Add URLs for:
authorBruce Momjian
Thu, 3 Apr 2008 01:56:04 +0000 (01:56 +0000)
committerBruce Momjian
Thu, 3 Apr 2008 01:56:04 +0000 (01:56 +0000)
* Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT

>   http://archives.postgresql.org/pgsql-patches/2008-01/msg00105.php
>   http://archives.postgresql.org/pgsql-patches/2008-03/msg00327.php

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

index 93769ee24aaabdc742189948e905d9218c6db975..2593096779a3f241e407ea1793244a5586094244 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Tue Apr  1 22:11:34 EDT 2008
+Last updated:      Wed Apr  2 21:55:58 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -662,6 +662,8 @@ SQL Commands
   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00642.php
   http://archives.postgresql.org/pgsql-patches/2007-03/msg00139.php
   http://archives.postgresql.org/pgsql-hackers/2007-11/msg01334.php
+  http://archives.postgresql.org/pgsql-patches/2008-01/msg00105.php
+  http://archives.postgresql.org/pgsql-patches/2008-03/msg00327.php
 
 * Add DEFAULT .. AS OWNER so permission checks are done as the table
   owner
index c5468a40c4bb628f7eb7e0cbc987a7e76b7e4edb..99a381b068ad10acc0cf4e623900216be9d88182 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Tue Apr  1 22:11:34 EDT 2008
+Last updated:           Wed Apr  2 21:55:58 EDT 2008
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -576,6 +576,8 @@ first.  There is also a developer's wiki at
   http://archives.postgresql.org/pgsql-hackers/2008-02/msg00642.php
   http://archives.postgresql.org/pgsql-patches/2007-03/msg00139.php
   http://archives.postgresql.org/pgsql-hackers/2007-11/msg01334.php
+  http://archives.postgresql.org/pgsql-patches/2008-01/msg00105.php
+  http://archives.postgresql.org/pgsql-patches/2008-03/msg00327.php
 

   
  • Add DEFAULT .. AS OWNER so permission checks are done as the table
  •    owner