Add URL for UPDATE/SET for multiple values.
authorBruce Momjian
Thu, 27 Jul 2006 22:05:49 +0000 (22:05 +0000)
committerBruce Momjian
Thu, 27 Jul 2006 22:05:49 +0000 (22:05 +0000)
doc/TODO
doc/src/FAQ/TODO.html

index fe61330b6df9cf0e9af717b02402589f2b5c9fb1..94ca2f49af7ecdf0673650ed0e15d3d153bb3ca3 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 03084b05e9dcf31caeca1513637d7d0d2b4e5cf5..20b969c5b446b97fb0487932e5e0f06a43c0b078 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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