"Jefim Matskin" <JefimM(at)sphera(dot)com> writes:
> What are the rules for the order of the invocation of triggers defined for some table?
Triggers fired for the same event are executed in alphabetical order by
trigger name --- in 7.3. In prior releases there is no guarantee about
the firing order.
regards, tom lane