diff --git a/doc/TODO b/doc/TODO index 8a4f315b4a..abbd29c1a2 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Thu Apr 24 12:14:19 EDT 2008 +Last updated: Thu Apr 24 12:42:34 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1285,6 +1285,8 @@ Indexes http://archives.postgresql.org/pgsql-general/2008-01/msg01010.php +* Allow index scans to return matching index keys, not just the matching + heap locations * Inheritance diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index bb6699c425..37c419e735 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: Thu Apr 24 12:14:19 EDT 2008 +Last updated: Thu Apr 24 12:42:34 EDT 2008

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

  • Consider sorting entries before inserting into btree index

    http://archives.postgresql.org/pgsql-general/2008-01/msg01010.php

    +
  • Allow index scans to return matching index keys, not just the matching + heap locations
  • Inheritance