From a17772c7fb551cb27c619c49b5c10f24d16586fb Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Mon, 3 Mar 2008 21:26:09 +0000 Subject: Add: > * Allow INSERT ... DELETE ... RETURNING, namely allow the DELETE ... > RETURNING to supply values to the INSERT > http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979 --- doc/src/FAQ/TODO.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 89ed2476e84..34fd7bf93eb 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Mar 3 16:00:28 EST 2008 +Last updated: Mon Mar 3 16:26:04 EST 2008

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -487,6 +487,9 @@ first. There is also a developer's wiki at

http://archives.postgresql.org/pgsql-hackers/2007-01/msg00937.php

  • -Allow AS in "SELECT col AS label" to be optional in certain cases +
  • Allow INSERT ... DELETE ... RETURNING, namely allow the DELETE ... + RETURNING to supply values to the INSERT + http://archives.postgresql.org/pgsql-hackers/2008-02/thrd2.php#00979
  • CREATE