From: Bruce Momjian Date: Sat, 22 Mar 2008 01:46:30 +0000 (+0000) Subject: Add URL for: X-Git-Tag: recoveryinfrav9~1370 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=0fac866a62b000b7a7cf5553bad8cc6b21caeaae;p=users%2Fsimon%2Fpostgres.git Add URL for: * Simplify ability to create partitioned tables > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00248.php --- diff --git a/doc/TODO b/doc/TODO index 786d2cc318..8532d55cd1 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -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 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index d5fe5bde54..f67be841b7 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-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