Add URL for:
authorBruce Momjian
Sat, 22 Mar 2008 01:46:30 +0000 (01:46 +0000)
committerBruce Momjian
Sat, 22 Mar 2008 01:46:30 +0000 (01:46 +0000)
* Simplify ability to create partitioned tables

>   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00248.php

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

index 786d2cc318388ff42fb349a9dfa834a8d4f8d7ee..8532d55cd1354f6cc633a6ad4ffa9b8671090aaa 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,7 +1,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Fri Mar 21 21:44:38 EDT 2008
+Last updated:      Fri Mar 21 21:46:26 EDT 2008
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -70,6 +70,7 @@ Administration
   http://archives.postgresql.org/pgsql-hackers/2007-03/msg00375.php
   http://archives.postgresql.org/pgsql-hackers/2007-04/msg00151.php
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00028.php
+  http://archives.postgresql.org/pgsql-hackers/2008-01/msg00248.php
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php
 
 * Allow auto-selection of partitioned tables for min/max() operations
index d5fe5bde54a22db25d75793a6d409503c60ee79e..f67be841b7e0ec5c62fc9151894db76031845ed7 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Fri Mar 21 21:44:38 EDT 2008
+Last updated:           Fri Mar 21 21:46:26 EDT 2008
 

 

The most recent version of this document can be viewed at

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

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

   http://archives.postgresql.org/pgsql-hackers/2007-04/msg00151.php
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00028.php
+  http://archives.postgresql.org/pgsql-hackers/2008-01/msg00248.php
   http://archives.postgresql.org/pgsql-hackers/2008-01/msg00413.php
 

   
  • Allow auto-selection of partitioned tables for min/max() operations