Add for UPDATE SET for multiple values:
authorBruce Momjian
Thu, 27 Jul 2006 22:01:34 +0000 (22:01 +0000)
committerBruce Momjian
Thu, 27 Jul 2006 22:01:34 +0000 (22:01 +0000)
>
>           A subselect can also be used as the value source.

doc/TODO
doc/src/FAQ/TODO.html

index 0733e9227db35ad420e14e9ad91974542b734ce0..fe61330b6df9cf0e9af717b02402589f2b5c9fb1 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Wed Jul 26 13:22:49 EDT 2006
+Last updated:      Thu Jul 27 18:01:22 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -544,6 +544,8 @@ SQL Commands
    o Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
      columns
 
+          A subselect can also be used as the value source.
+
 
 * ALTER
 
index 816047e1134b1d1f1046bec37a4dcbea04a17da4..03084b05e9dcf31caeca1513637d7d0d2b4e5cf5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Wed Jul 26 13:22:49 EDT 2006
+Last updated:           Thu Jul 27 18:01:22 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -496,6 +496,8 @@ first.
           UPDATE/DELETE (Neil)
     
  • Allow UPDATE tab SET ROW (col, ...) = (...) for updating multiple
  •            columns
    +

              A subselect can also be used as the value source.

    +

       
       
  • ALTER
  •