Thread: Multiple Triggers

Multiple Triggers

From
Anand Surelia
Date:
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