Re: More than 1 trigger of the same kind - Mailing list pgsql-sql

From Tom Lane
Subject Re: More than 1 trigger of the same kind
Date
Msg-id 227.1036816411@sss.pgh.pa.us
Whole thread Raw
In response to Re: More than 1 trigger of the same kind  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
Stephan Szabo <sszabo@megazone23.bigpanda.com> writes:
>> Does having more than 1 trigger of the same kind
>> produces some side effect? I mean is the order of the
>> trigger firing is always the same?

> IIRC the triggers are fired in name order.

That's true as of 7.3; I do not think prior versions promised anything
about firing order.
        regards, tom lane


pgsql-sql by date:

Previous
From: Ludwig Lim
Date:
Subject: Some more weird NULL behavior
Next
From: Stephan Szabo
Date:
Subject: Re: Some more weird NULL behavior