PDA

View Full Version : Enhanced table triggers in Beta10



barrymavin
2012-10-17, 09:02
Table triggers can now have parameters in Beta10 e.g.



alter table mytable oninsert "p_insert_trigger(arg1 [, arg2...] )"


You can specify any of the following triggers at the table level:

onopen
onclose
oninsert
ondelete
onupdate