On Fri, 27 May 2011 12:28:51 -0700 Kevin Crain <[email protected]> wrote:
>Is the order of evaluation for the trigger causing this error? Are you aware that triggers are executed in alphabetical order? I simply used RAISE to check the order of execution of my triggers: RAISE NOTICE '% % % %: received %', TG_TABLE_NAME, TG_NAME, TG_WHEN, TG_OP, NEW; -- Sent via pgsql-sql mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-sql
