Multiple Triggers

Started by Anand Sureliaover 27 years ago1 messagesgeneral
Jump to latest
#1Anand Surelia
anand@bytekinc.com

Hi,
Say, if more than one trigger is defined for the same event (e.g.
insertion) on the same relation and all of them return HeapTuple to the
Executor. The question is: is the new tuple inserted after it has passed
all the triggers or any HeapTuple returned by any trigger is inserted?
Thanks,
Anand