"Christopher Maier" <[EMAIL PROTECTED]> writes: > ... Based on debugging messages I added > to the triggers, it looks like the before row triggers fire for ALL > the rows first, THEN all the after row triggers fire.
That's correct. After triggers are queued up and fired at end of
statement.
regards, tom lane
--
Sent via pgsql-sql mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
