More than 1 trigger of the same kind - Mailing list pgsql-sql

From Ludwig Lim
Subject More than 1 trigger of the same kind
Date
Msg-id 20021109033533.20773.qmail@web80313.mail.yahoo.com
Whole thread Raw
Responses Re: More than 1 trigger of the same kind
List 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 by date:

Previous
From: Ludwig Lim
Date:
Subject: Passing OLD/NEW as composite type PL/PGSQL
Next
From: Stephan Szabo
Date:
Subject: Re: More than 1 trigger of the same kind