Re: How to know a record has been updated, then reset the flag? - Mailing list pgsql-general

From Michael Glaesemann
Subject Re: How to know a record has been updated, then reset the flag?
Date
Msg-id 4F0C96A6-3929-11D9-8C65-000A95C88220@myrealbox.com
Whole thread Raw
In response to How to know a record has been updated, then reset the flag?  (Jim Archer <jim@archer.net>)
Responses Re: How to know a record has been updated, then reset the
List pgsql-general
On Nov 18, 2004, at 2:53 PM, Jim Archer wrote:

>  This is a multi-user environment, so I can't really drop the trigger
> and readd it.

Would it work to drop and readd the trigger within a transaction? Would
that make it multi-user safe? I can't think of another way to bypass an
update trigger.

Michael Glaesemann
grzm myrealbox com


pgsql-general by date:

Previous
From: Jim Archer
Date:
Subject: How to know a record has been updated, then reset the flag?
Next
From: Jim Archer
Date:
Subject: Re: How to know a record has been updated, then reset the