Re: trigger firing order - Mailing list pgsql-general

From Richard Broersma Jr
Subject Re: trigger firing order
Date
Msg-id 20060410212902.48873.qmail@web31802.mail.mud.yahoo.com
Whole thread Raw
In response to trigger firing order  (Hugo <htakada@gmail.com>)
List pgsql-general
> Hi, how can I tell in which order are triggered different triggers on the
> same table, let me explain ,
> I have three triggers for table A, all of then are intended for "before
> insert" on the table, in ASA I can tell the Db in which order I want the
> triggers to fire, is there an equivalent for postgres ??

IIRC, I've read some where that they are activated in alphabetical order.

Regards,

Richard.

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: how to prevent generating same clipids
Next
From: Terry Lee Tucker
Date:
Subject: Re: trigger firing order