Re: Another TODO: insert/update...returning

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Philip Warner <pjw(at)rhyme(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Another TODO: insert/update...returning
Date: 2000-07-28 02:27:35
Message-ID: 200007280227.WAA05703@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2000-07-28 02:33:01 Re: Re: [GENERAL] Some questions on user defined types and functions.
Previous Message frank 2000-07-28 02:10:43 Re: Is Pg 7.0.x's Locking Mechanism BROKEN?