Add URL for:
authorBruce Momjian
Tue, 3 Apr 2007 01:16:24 +0000 (01:16 +0000)
committerBruce Momjian
Tue, 3 Apr 2007 01:16:24 +0000 (01:16 +0000)
        o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
<
>    http://archives.postgresql.org/pgsql-hackers/2007-03/msg00865.php

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

index 4d1a1b58f259387d3f3beb1386e88291b04edd35..7db5be55f51ffdba68213def085dc6fcea8bea62 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Apr  2 19:25:12 EDT 2007
+Last updated:      Mon Apr  2 21:16:19 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -583,7 +583,7 @@ SQL Commands
    o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
 
      http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php
-
+     http://archives.postgresql.org/pgsql-hackers/2007-03/msg00865.php
 
 * ALTER
 
index 94dcf47de72f113f4f11025cefbefe8f59f0661f..c5224afb1c379fe1ad58e5b854961949915e783d 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr  2 19:25:12 EDT 2007
+Last updated:           Mon Apr  2 21:16:19 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -521,6 +521,7 @@ first.  There is also a developer's wiki at
   
         
  • Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
  •  

              http://archives.postgresql.org/pgsql-hackers/2006-07/msg01306.php

    +          http://archives.postgresql.org/pgsql-hackers/2007-03/msg00865.php
     

       
       
  • ALTER