Re: More than 1 trigger of the same kind

Поиск
Список
Период
Сортировка
От Stephan Szabo
Тема Re: More than 1 trigger of the same kind
Дата
Msg-id 20021108194914.Q18660-100000@megazone23.bigpanda.com
обсуждение исходный текст
Ответ на More than 1 trigger of the same kind  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Ответы Re: More than 1 trigger of the same kind  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
On Fri, 8 Nov 2002, Ludwig Lim wrote:

> Hi:
>
>    Can I have more than 1 trigger of same kind on one
> table? (i.e. 2 AFTER INSERT TRIGGER) on 1 table?

Yes.

>    Does having more than 1 trigger of the same kind
> produces some side effect? I mean is the order of the
> trigger firing is always the same?

IIRC the triggers are fired in name order.



В списке pgsql-sql по дате отправления:

Предыдущее
От: Ludwig Lim
Дата:
Сообщение: More than 1 trigger of the same kind
Следующее
От: Ludwig Lim
Дата:
Сообщение: Some more weird NULL behavior