Add URL.
authorBruce Momjian
Fri, 9 Jun 2006 02:11:10 +0000 (02:11 +0000)
committerBruce Momjian
Fri, 9 Jun 2006 02:11:10 +0000 (02:11 +0000)
<    the insert.
>    the insert.
>    http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php

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

index a33cf3f586b50e8ed72de300379cfc92d87ec5fe..1c94c192d7614334eaceb40d8816a9a7b6002a0a 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Jun  8 21:02:13 EDT 2006
+Last updated:      Thu Jun  8 22:10:51 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -622,7 +622,8 @@ SQL Commands
 
      This is useful for returning the auto-generated key for an INSERT.
      One complication is how to handle rules that run as part of
-     the insert.
+     the insert.  
+     http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php
 
 
 * SHOW/SET
index 71031c72b501414845e2094db52267731284d3a3..c84d648a298c10055ce4744a76f2a8736c2327e5 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Jun  8 21:02:13 EDT 2006
+Last updated:           Thu Jun  8 22:10:51 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -565,7 +565,8 @@ first.
     
  • Allow INSERT/UPDATE ... RETURNING new.col or old.col
  •  

              This is useful for returning the auto-generated key for an INSERT.

               One complication is how to handle rules that run as part of
    -          the insert.
    +          the insert.  
    +          http://archives.postgresql.org/pgsql-patches/2005-07/msg00568.php
     

       
       
  • SHOW/SET