trigger self recursion

From: "Sim Zacks" <sim(at)compulab(dot)co(dot)il>
To: pgsql-general(at)postgresql(dot)org
Subject: trigger self recursion
Date: 2005-09-28 11:41:29
Message-ID: dhds1i$25o8$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Is there a way to avoid trigger self-recursion?
In other words, update a table and have the trigger update another row in
the same table without calling the same trigger?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martín Marqués 2005-09-28 12:16:09 Re: Problems creating view
Previous Message Martijn van Oosterhout 2005-09-28 11:27:52 Re: trigger self recursion