Re: Trigger position

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Trigger position
Date: 2021-09-15 10:59:17
Message-ID: 3507339D-AF2D-4CD9-B538-BA729C7F89DF@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 15 Sep 2021, at 12:28, Marcos Pegoraro <marcos(at)f10(dot)com(dot)br> wrote:

> CREATE TRIGGER RECALC_THAT BEFORE UPDATE POSITION 1 ON ORDERS...
> CREATE TRIGGER DO_OTHER_CALC BEFORE UPDATE POSITION 2 ON ORDERS...

For those not familiar with Firebird: triggers are executing in alphabetical
order within a position number, so it multiple triggers are defined for
POSITION 1 then they are individually executed alphabetically.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Nancarrow 2021-09-15 11:15:02 Re: Added schema level support for publication.
Previous Message Amul Sul 2021-09-15 10:49:17 Re: [Patch] ALTER SYSTEM READ ONLY