Re: trigger firing order

From: Terry Lee Tucker <terry(at)esc1(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: trigger firing order
Date: 2006-04-10 21:29:34
Message-ID: 200604101729.34022.terry@esc1.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2006-04-10 21:34:57 Re: PostgreSQL's XML support comparison against other RDBMSes
Previous Message Richard Broersma Jr 2006-04-10 21:29:02 Re: trigger firing order