trigger without trigger call

From: Philipp Kraus <philipp(dot)kraus(at)tu-clausthal(dot)de>
To: pgsql-general(at)postgresql(dot)org
Subject: trigger without trigger call
Date: 2013-10-14 06:18:16
Message-ID: BA06B933-4878-4448-9749-EFD5ECF3056F@tu-clausthal.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have written a update & delete trigger of a table.
My delete trigger runs an update statement but this create a (semantic) problem.
How can I disable the update trigger for only this update call within the delete trigger?
So my delete trigger need not call the update trigger

Thanks

Phil

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Pavel Stehule 2013-10-14 07:06:09 Re: trigger without trigger call
Previous Message Huang, Suya 2013-10-14 03:47:21 werid error"index row size 3040 exceeds btree maximum, 2712" occur randomly