UPDATE...RETURNING col INTO var - what is returned?

From: Rainer Pruy <Rainer(dot)Pruy(at)Acrys(dot)COM>
To: pgsql-general(at)postgresql(dot)org
Subject: UPDATE...RETURNING col INTO var - what is returned?
Date: 2010-05-27 16:12:39
Message-ID: 4BFE99F7.9030207@acrys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi all,
I just got quite confused on the exact semantics
of "RETURNING expressions INTO target" with an update statement.

And while trying to resolve failed to find an answer in the docs.

Question was whether - in case "expression" is involving a column that is assigned by the update itself -
the value returned is based on the "old" value or the "new" value".

While I'm no back to assuming is has to be the "old" one,
I did not find a reference to that fact with the docs.

Where should I have looked?
Or is it actually missing?
Then, could one add this, e.g. to the description of RETURNING .. INTO (Executing a query with a single row result)
just for clarification, to dispel doubts.

Thanks
Rainer

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Justin Graf 2010-05-27 16:16:56 Re: Please help me write a query
Previous Message Tim Landscheidt 2010-05-27 15:57:08 Re: Please help me write a query