Re: catch an 'update where false' ? - Mailing list pgsql-sql

From Richard Huxton
Subject Re: catch an 'update where false' ?
Date
Msg-id 43005146.3020605@archonet.com
Whole thread Raw
In response to Re: catch an 'update where false' ?  (santiago <chetzacoalt@free.fr>)
List 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


pgsql-sql by date:

Previous
From: PFC
Date:
Subject: Re: insert into / select from / serial problem
Next
From: Stephan Szabo
Date:
Subject: Re: Parentheses in FROM clause and evaluation order.