diff --git a/doc/TODO b/doc/TODO index c70cfd256e..7d5d180ad9 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,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. @@ -550,6 +550,10 @@ SQL Commands * -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 o Allow CREATE TABLE AS to determine column lengths for complex diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 89ed2476e8..34fd7bf93e 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