Re: Trigger position

Поиск
Список
Период
Сортировка
От Marcos Pegoraro
Тема Re: Trigger position
Дата
Msg-id CAB-JLwbwC-MAz3F41nszK7JOzwGnKDU3BfsXwfaDYYZ6Fk1g9Q@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Trigger position  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Trigger position  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-hackers
This problem can raise ... there is a trigger foo using position 1, please choose another

Atenciosamente, 




Em qua., 15 de set. de 2021 às 07:59, Daniel Gustafsson <daniel@yesql.se> escreveu:
> 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 по дате отправления:

Предыдущее
От: Artur Zakirov
Дата:
Сообщение: Re: BUG #15293: Stored Procedure Triggered by Logical Replication is Unable to use Notification Events
Следующее
От: Marcos Pegoraro
Дата:
Сообщение: Re: Trigger position