Add URL for:
authorBruce Momjian
Fri, 1 Jun 2007 18:41:55 +0000 (18:41 +0000)
committerBruce Momjian
Fri, 1 Jun 2007 18:41:55 +0000 (18:41 +0000)
        o Research self-referential UPDATEs that see inconsistent row versions
          in read-committed mode
<
>    http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php

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

index 15fde1c329fda726fe106525e3be32bd8b50b306..2fc5bcabc8a9fb24bba8df11e9484f3db7f4d6d7 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Jun  1 14:40:33 EDT 2007
+Last updated:      Fri Jun  1 14:41:49 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -591,7 +591,7 @@ SQL Commands
      in read-committed mode
 
      http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php
-
+     http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php
 
 * ALTER
 
index c1b7b15bfcd5d789f38d56830141113e5eda6aa3..c08702392ac210938e719a75eb85b749f8eb16f6 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Jun  1 14:40:33 EDT 2007
+Last updated:           Fri Jun  1 14:41:49 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -528,6 +528,7 @@ first.  There is also a developer's wiki at
     
  • Research self-referential UPDATEs that see inconsistent row versions
  •            in read-committed mode
     

              http://archives.postgresql.org/pgsql-hackers/2007-05/msg00507.php

    +          http://archives.postgresql.org/pgsql-hackers/2007-06/msg00016.php
     

       
       
  • ALTER