From 3b765dba780ccb08f4ff7a693d57c19737a4d51c Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 21 Mar 2007 00:33:08 +0000 Subject: [PATCH] Add URL for: * Allow accurate statistics to be collected on indexes with more than one column or expression indexes, perhaps using per-index statistics > http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php --- doc/TODO | 3 ++- doc/src/FAQ/TODO.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index 84ce67c0d7..421019fbd2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Mar 20 12:36:15 EDT 2007 +Last updated: Tue Mar 20 20:33:04 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -991,6 +991,7 @@ Indexes one column or expression indexes, perhaps using per-index statistics http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php + http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php * -Allow the creation of indexes with mixed ascending/descending specifiers diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 7cde9dff87..65b04854e2 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: Tue Mar 20 12:36:15 EDT 2007 +Last updated: Tue Mar 20 20:33:04 EDT 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -885,6 +885,7 @@ first. There is also a developer's wiki at

  • Allow accurate statistics to be collected on indexes with more than one column or expression indexes, perhaps using per-index statistics

    http://archives.postgresql.org/pgsql-performance/2006-10/msg00222.php + http://archives.postgresql.org/pgsql-hackers/2007-03/msg01131.php

  • -Allow the creation of indexes with mixed ascending/descending specifiers