File tree 2 files changed +2
-6
lines changed 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -886,8 +886,6 @@ Indexes
886
886
* Allow constraint_exclusion to work for UNIONs like it does for
887
887
inheritance, allow it to work for UPDATE and DELETE statements, and allow
888
888
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
891
889
* Consider compressing indexes by storing key values duplicated in
892
890
several rows as a single index entry
893
891
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
803
803
</ li > < li > Allow constraint_exclusion to work for UNIONs like it does for
804
804
inheritance, allow it to work for UPDATE and DELETE statements, and allow
805
805
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
808
806
</ li > < li > Consider compressing indexes by storing key values duplicated in
809
807
several rows as a single index entry
810
808
< p > This is difficult because it requires datatype-specific knowledge.
You can’t perform that action at this time.
0 commit comments