Multiple Triggers

From: Anand Surelia <anand(at)bytekinc(dot)com>
To: "pgsql-general(at)postgreSQL(dot)org" <pgsql-general(at)postgreSQL(dot)org>
Subject: Multiple Triggers
Date: 1998-09-29 20:10:59
Message-ID: 36113ED3.284268D1@bytekinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,
Say, if more than one trigger is defined for the same event (e.g.
insertion) on the same relation and all of them return HeapTuple to the
Executor. The question is: is the new tuple inserted after it has passed
all the triggers or any HeapTuple returned by any trigger is inserted?
Thanks,
Anand

Browse pgsql-general by date

  From Date Subject
Next Message Sangeeta Rao 1998-09-29 21:58:42 Default 'timestamp' value on HP-UX running Postgresql6.3.2
Previous Message Taral 1998-09-28 17:15:01 RE: [GENERAL] Long update query ?