mirror of
https://github.com/postgres/postgres.git
synced 2025-12-24 06:01:07 +03:00
Already done in 8.2:
< * Allow CREATE INDEX to take an additional parameter for use with < special index types
This commit is contained in:
4
doc/TODO
4
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user