Re: trigger firing order - Mailing list pgsql-general

From Terry Lee Tucker
Subject Re: trigger firing order
Date
Msg-id 200604101729.34022.terry@esc1.com
Whole thread Raw
In response to trigger firing order  (Hugo <htakada@gmail.com>)
Responses Re: trigger firing order  (Geoffrey <esoteric@3times25.net>)
List pgsql-general
On Monday 10 April 2006 05:09 pm, Hugo saith:
> 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 ??
>
> thanks for your help
>
> Postgres  8.0.4
> Windows XP

Triggers of the same type fire in alphabetical order; at least, that's how it
works is 7.4.6.

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: trigger firing order
Next
From: Bruce Momjian
Date:
Subject: Re: PostgreSQL's XML support comparison against other RDBMSes