lbehnke / h2database

Automatically exported from code.google.com/p/h2database
0 stars 0 forks source link

Feature Request - Support activation/deactivation of triggers #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In some cases (replication for example) triggers should be temporary 
deactivated and after processing data they should be activated again.

I suppose to add special command:
ALTER TRIGGER trigger_name [ACTIVATE|DEACTIVATE]
or may be shorter syntax
ALTER TRIGGER trigger_name [ON|OFF]

or may be another syntax that would be appropriate.

Original issue reported on code.google.com by kua...@gmail.com on 3 Oct 2009 at 10:11

GoogleCodeExporter commented 9 years ago
Do you know other database(s) that support this feature? If yes could you 
provide
links? I like to keep it compatible.

Moved to the roadmap.

Original comment by thomas.t...@gmail.com on 7 Oct 2009 at 7:02

GoogleCodeExporter commented 9 years ago
Firebird.

look here: http://www.destructor.de/firebird/trigger.htm

Original comment by kua...@gmail.com on 8 Oct 2009 at 3:57