Re: Trigger position

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: Trigger position
Дата
Msg-id 3507339D-AF2D-4CD9-B538-BA729C7F89DF@yesql.se
обсуждение исходный текст
Ответ на Trigger position  (Marcos Pegoraro <marcos@f10.com.br>)
Ответы Re: Trigger position
Список 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 по дате отправления: