File tree 2 files changed +8
-2
lines changed
2 files changed +8
-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: Mon Jul 4 00:06:35 EDT 2005
5
+ Last updated: Mon Jul 4 08:32:37 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.
@@ -364,6 +364,9 @@ Indexes
364
364
* Allow the creation of indexes with mixed ascending/descending specifiers
365
365
* -Fix incorrect rtree results due to wrong assumptions about "over"
366
366
operator semantics
367
+ * Allow GIST indexes to create certain complex index types, like digital
368
+ trees (see Aoki)
369
+
367
370
368
371
Commands
369
372
========
@@ -782,6 +785,7 @@ Cache
782
785
around to the beginning, rather than always starting sequential scans
783
786
at the start of the table.
784
787
788
+
785
789
Vacuum
786
790
======
787
791
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: Mon Jul 4 00:06:35 EDT 2005
11
+ Last updated: Mon Jul 4 08:32:37 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 > .
@@ -339,6 +339,8 @@ <h1><a name="section_6">Indexes</a></h1>
339
339
</ li > < li > Allow the creation of indexes with mixed ascending/descending specifiers
340
340
</ li > < li > -< em > Fix incorrect rtree results due to wrong assumptions about "over"</ em >
341
341
operator semantics
342
+ </ li > < li > Allow GIST indexes to create certain complex index types, like digital
343
+ trees (see Aoki)
342
344
</ li > </ ul >
343
345
< h1 > < a name ="section_7 "> Commands</ a > </ h1 >
344
346
You can’t perform that action at this time.
0 commit comments