Re: catch an 'update where false' ?

From: Richard Huxton <dev(at)archonet(dot)com>
To: chetzacoalt(at)free(dot)fr
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: catch an 'update where false' ?
Date: 2005-08-15 08:24:38
Message-ID: 43005146.3020605@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

santiago wrote:
> Hi
>
> thanks all for your answers !
>
> to Lane Van Ingen:
> my purpose is to write a trigger on update so that 'users' might then us
> update without having to perform the if found.

Of course the other option is to make sure there is always a row
available to update. Impossible to say whether this is sensible without
knowing the precise details of your problem.
--
Richard Huxton
Archonet Ltd

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Venkatesh Krishnamurthy 2005-08-15 12:37:23 Tables are not being updated Properly through Trigger
Previous Message PFC 2005-08-15 07:49:56 Re: insert into / select from / serial problem