trigger firing order

From: Hugo <htakada(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: trigger firing order
Date: 2006-04-10 21:09:05
Message-ID: f3d9ba990604101409r7c39d9cfk58666e3071cc23c1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 ??

thanks for your help

Postgres 8.0.4
Windows XP

Responses

Browse pgsql-general by date

  From Date Subject
Next Message felix 2006-04-10 21:20:21 Re: Asking advice on speeding up a big table
Previous Message Bruce Momjian 2006-04-10 21:07:01 Re: pg 8.1.2 performance issue