Re: How to know a record has been updated, then reset the flag?

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: Jim Archer <jim(at)archer(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to know a record has been updated, then reset the flag?
Date: 2004-11-18 06:15:56
Message-ID: 4F0C96A6-3929-11D9-8C65-000A95C88220@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim Archer 2004-11-18 06:33:44 Re: How to know a record has been updated, then reset the
Previous Message Jim Archer 2004-11-18 05:53:47 How to know a record has been updated, then reset the flag?