Re: Trigger position - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Trigger position
Date
Msg-id 3507339D-AF2D-4CD9-B538-BA729C7F89DF@yesql.se
Whole thread Raw
In response to Trigger position  (Marcos Pegoraro <marcos@f10.com.br>)
Responses Re: Trigger position  (Marcos Pegoraro <marcos@f10.com.br>)
List pgsql-hackers
> On 15 Sep 2021, at 12:28, Marcos Pegoraro <marcos@f10.com.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/




pgsql-hackers by date:

Previous
From: Amul Sul
Date:
Subject: Re: [Patch] ALTER SYSTEM READ ONLY
Next
From: Greg Nancarrow
Date:
Subject: Re: Added schema level support for publication.