Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 282f7f2

Browse files
committed
Already done in 8.2:
< * Allow CREATE INDEX to take an additional parameter for use with < special index types
1 parent bd87cd5 commit 282f7f2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/TODO

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Sat Jan 6 14:59:54 EST 2007
5+
Last updated: Sat Jan 6 15:00:41 EST 2007
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -886,8 +886,6 @@ Indexes
886886
* Allow constraint_exclusion to work for UNIONs like it does for
887887
inheritance, allow it to work for UPDATE and DELETE statements, and allow
888888
it to be used for all statements with little performance impact
889-
* Allow CREATE INDEX to take an additional parameter for use with
890-
special index types
891889
* Consider compressing indexes by storing key values duplicated in
892890
several rows as a single index entry
893891

doc/src/FAQ/TODO.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Sat Jan 6 14:59:54 EST 2007
11+
Last updated: Sat Jan 6 15:00:41 EST 2007
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -803,8 +803,6 @@ <h1><a name="section_12">Indexes</a></h1>
803803
</li><li>Allow constraint_exclusion to work for UNIONs like it does for
804804
inheritance, allow it to work for UPDATE and DELETE statements, and allow
805805
it to be used for all statements with little performance impact
806-
</li><li>Allow CREATE INDEX to take an additional parameter for use with
807-
special index types
808806
</li><li>Consider compressing indexes by storing key values duplicated in
809807
several rows as a single index entry
810808
<p> This is difficult because it requires datatype-specific knowledge.

0 commit comments

Comments
 (0)