Add:
authorBruce Momjian
Tue, 10 Apr 2007 01:22:12 +0000 (01:22 +0000)
committerBruce Momjian
Tue, 10 Apr 2007 01:22:12 +0000 (01:22 +0000)
>  o Have WITH CONSTRAINTS also create constraint indexes
>    http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php

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

index adaadde37aa072e6609f90a1a0bbd7f2e3fbf83f..f96dee59874dbb556d40f3304be6d4d9437fd114 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  9 17:18:25 EDT 2007
+Last updated:      Mon Apr  9 21:22:08 EDT 2007
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -584,6 +584,8 @@ SQL Commands
 
      http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php
 
+   o Have WITH CONSTRAINTS also create constraint indexes
+     http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php
 
 * UPDATE
    o Allow UPDATE tab SET ROW (col, ...) = (SELECT...)
index 188f91c423b8b1f7977390e45e60224cc2e7bb21..929b8379c737495922f2f387065a67d3f2749950 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Apr  9 17:18:25 EDT 2007
+Last updated:           Mon Apr  9 21:22:08 EDT 2007
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -520,6 +520,8 @@ first.  There is also a developer's wiki at
           other commands
 

          http://archives.postgresql.org/pgsql-hackers/2007-01/msg00133.php

 

+    
  • Have WITH CONSTRAINTS also create constraint indexes
  • +          http://archives.postgresql.org/pgsql-patches/2007-04/msg00149.php
       
       
  • UPDATE
  •