Re: Another TODO: insert/update...returning - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Another TODO: insert/update...returning
Date
Msg-id 200007280227.WAA05703@candle.pha.pa.us
Whole thread Raw
In response to Another TODO: insert/update...returning  (Philip Warner <pjw@rhyme.com.au>)
Responses Re: Another TODO: insert/update...returning  (Philip Warner <pjw@rhyme.com.au>)
List pgsql-hackers
> 
> You might want to add:
> 
>    insert/update...returning {[new.|old.]col [as name],...}
> 
> to TODO. I intend to do it eventually...

Added:
* Allow INSERT/UPDATE to return new.col or old.col (Philip)

Seems like a nifty feature from Rdb.

Now you are immortalized on the TODO list.  :-)

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Philip Warner
Date:
Subject: Another TODO: insert/update...returning
Next
From: Thomas Lockhart
Date:
Subject: Re: Re: [GENERAL] Some questions on user defined types and functions.