diff --git a/doc/TODO b/doc/TODO index 19aee63a33..383f114e65 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Feb 13 18:23:03 EST 2007 +Last updated: Tue Feb 13 19:47:00 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -944,6 +944,9 @@ Indexes * 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 + * -Allow the creation of indexes with mixed ascending/descending specifiers * Consider compressing indexes by storing key values duplicated in diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 20a44865a9..96a22cedfa 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 Feb 13 18:23:03 EST 2007 +Last updated: Tue Feb 13 19:47:00 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -847,6 +847,8 @@ 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 +

  • -Allow the creation of indexes with mixed ascending/descending specifiers
  • Consider compressing indexes by storing key values duplicated in