File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
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 (pgman@candle.pha.pa.us)
5
- Last updated: Thu Sep 22 17:50:57 EDT 2005
5
+ Last updated: Thu Sep 22 19:54:09 EDT 2005
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.
@@ -722,6 +722,9 @@ Indexes
722
722
* Allow constraint_exclusion to work for UNIONs like it does for
723
723
inheritance, allow it to work for UPDATE and DELETE queries, and allow
724
724
it to be used for all queries with little performance impact
725
+ * Allow CREATE INDEX to take an additional parameter for use with
726
+ special index types
727
+
725
728
726
729
727
730
* GIST
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:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Thu Sep 22 17:50:57 EDT 2005
11
+ Last updated: Thu Sep 22 19:54:09 EDT 2005
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 > .
@@ -658,6 +658,8 @@ <h1><a name="section_13">Indexes</a></h1>
658
658
</ li > < li > Allow constraint_exclusion to work for UNIONs like it does for
659
659
inheritance, allow it to work for UPDATE and DELETE queries, and allow
660
660
it to be used for all queries with little performance impact
661
+ </ li > < li > Allow CREATE INDEX to take an additional parameter for use with
662
+ special index types
661
663
</ li > < li > GIST
662
664
< ul >
663
665
< li > Add more GIST index support for geometric data types
You can’t perform that action at this time.
0 commit comments