Add:
authorBruce Momjian
Thu, 22 Sep 2005 23:54:09 +0000 (23:54 +0000)
committerBruce Momjian
Thu, 22 Sep 2005 23:54:09 +0000 (23:54 +0000)
> * Allow CREATE INDEX to take an additional parameter for use with
>   special index types
>

doc/TODO
doc/src/FAQ/TODO.html

index 54dd3c06d8dfd9cfdfdf0325593064dd172c8b65..6b407f12c102150fe1ab2b433662d855629a60d0 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Thu Sep 22 17:50:57 EDT 2005
+Last updated:      Thu Sep 22 19:54:09 EDT 2005
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -722,6 +722,9 @@ Indexes
 * Allow constraint_exclusion to work for UNIONs like it does for
   inheritance, allow it to work for UPDATE and DELETE queries, and allow
   it to be used for all queries with little performance impact
+* Allow CREATE INDEX to take an additional parameter for use with
+  special index types
+
 
 
 * GIST
index 9ca3fda543ebf196d289a1f3ecebb2466d2e6d93..b69a1fc8af7e3fb31408c2c34e0fb9d56840475f 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Thu Sep 22 17:50:57 EDT 2005
+Last updated:           Thu Sep 22 19:54:09 EDT 2005
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -658,6 +658,8 @@ first.
   
  • Allow constraint_exclusion to work for UNIONs like it does for
  •    inheritance, allow it to work for UPDATE and DELETE queries, and allow
       it to be used for all queries with little performance impact
    +  
  • Allow CREATE INDEX to take an additional parameter for use with
  • +  special index types
       
  • GIST
  •    
           
    • Add more GIST index support for geometric data types