More than 1 trigger of the same kind

Поиск
Список
Период
Сортировка
От Ludwig Lim
Тема More than 1 trigger of the same kind
Дата
Msg-id 20021109033533.20773.qmail@web80313.mail.yahoo.com
обсуждение исходный текст
Ответы Re: More than 1 trigger of the same kind  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-sql
Hi:
  Can I have more than 1 trigger of same kind on one
table? (i.e. 2 AFTER INSERT TRIGGER) on 1 table?
  I'm planning to split up a large trigger function
(about 200 lines) into 2 seperate triggers. Since
PL/PGSQL functions cannot accepts OPAQUE as arguments,
I have to create 2 triggers instead of just creating 2
functions and having the trigger function calling
another function passing the record NEW and OLD.
  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?

Thank you in advance,
ludwig. 


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com


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

Предыдущее
От: Ludwig Lim
Дата:
Сообщение: Passing OLD/NEW as composite type PL/PGSQL
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: More than 1 trigger of the same kind