diff --git a/doc/TODO b/doc/TODO index 150cde1be8c3f7ee3dee19bed43b863c7d8750c7..5661f187285bde2b584428833c25a4db27108de0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Sat Jan 6 14:59:54 EST 2007 +Last updated: Sat Jan 6 15:00:41 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -886,8 +886,6 @@ Indexes * Allow constraint_exclusion to work for UNIONs like it does for inheritance, allow it to work for UPDATE and DELETE statements, and allow it to be used for all statements with little performance impact -* Allow CREATE INDEX to take an additional parameter for use with - special index types * Consider compressing indexes by storing key values duplicated in several rows as a single index entry diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index a6de1d2cc9cbd7fa3c95beb287bd600f6d553dd2..0f0c98f4d919ab6fc5adff0d40fd46f27ab04639 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: Sat Jan 6 14:59:54 EST 2007 +Last updated: Sat Jan 6 15:00:41 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -803,8 +803,6 @@ first.

  • Allow constraint_exclusion to work for UNIONs like it does for inheritance, allow it to work for UPDATE and DELETE statements, and allow it to be used for all statements with little performance impact -
  • Allow CREATE INDEX to take an additional parameter for use with - special index types
  • Consider compressing indexes by storing key values duplicated in several rows as a single index entry

    This is difficult because it requires datatype-specific knowledge.