diff --git a/doc/TODO b/doc/TODO index fe61330b6d..94ca2f49af 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Jul 27 18:01:22 EDT 2006 +Last updated: Thu Jul 27 18:05:37 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -545,6 +545,7 @@ SQL Commands columns A subselect can also be used as the value source. + http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php * ALTER diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 03084b05e9..20b969c5b4 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: Thu Jul 27 18:01:22 EDT 2006 +Last updated: Thu Jul 27 18:05:37 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -497,6 +497,7 @@ first.

  • Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple columns

    A subselect can also be used as the value source. + http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php

  • ALTER