trigger firing order

Поиск
Список
Период
Сортировка
От chester c young
Тема trigger firing order
Дата
Msg-id 466219.19714.qm@web54302.mail.re2.yahoo.com
обсуждение исходный текст
Ответы Re: trigger firing order  (Gregory Stark <stark@enterprisedb.com>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: Organization of tables
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: trigger firing order