trigger firing order - Mailing list pgsql-sql

From chester c young
Subject trigger firing order
Date
Msg-id 466219.19714.qm@web54302.mail.re2.yahoo.com
Whole thread Raw
Responses Re: trigger firing order  (Gregory Stark <stark@enterprisedb.com>)
List pgsql-sql
tables A and B: a post row trigger on A cause updates on B which has
its own post row trigger.

does the post trigger on A wait until post trigger on B is executed? -
this seems intuitive to me.

does the post trigger on B wait until the trigger on A has completed?

or is post trigger A launched as its own process (in which case who
completes first is indeterminate).

or am I missing this entirely?

pre-row thanks for your insight!



     ____________________________________________________________________________________
Shape Yahoo! in your own image.  Join our Network Research Panel today!
http://surveylink.yahoo.com/gmrs/yahoo_panel_invite.asp?a=7
 




pgsql-sql by date:

Previous
From:
Date:
Subject: Re: Organization of tables
Next
From: Gregory Stark
Date:
Subject: Re: trigger firing order