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

Commit e652d2c

Browse files
committed
Update
> * Allow GIST indexes to create certain complex index types, like digital > trees (see Aoki) > 783a787 >
1 parent eb5949d commit e652d2c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

doc/TODO

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
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
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -364,6 +364,9 @@ Indexes
364364
* Allow the creation of indexes with mixed ascending/descending specifiers
365365
* -Fix incorrect rtree results due to wrong assumptions about "over"
366366
operator semantics
367+
* Allow GIST indexes to create certain complex index types, like digital
368+
trees (see Aoki)
369+
367370

368371
Commands
369372
========
@@ -782,6 +785,7 @@ Cache
782785
around to the beginning, rather than always starting sequential scans
783786
at the start of the table.
784787

788+
785789
Vacuum
786790
======
787791

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 1 deletion
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: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
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>.
@@ -339,6 +339,8 @@ <h1><a name="section_6">Indexes</a></h1>
339339
</li><li>Allow the creation of indexes with mixed ascending/descending specifiers
340340
</li><li>-<em>Fix incorrect rtree results due to wrong assumptions about "over"</em>
341341
operator semantics
342+
</li><li>Allow GIST indexes to create certain complex index types, like digital
343+
trees (see Aoki)
342344
</li></ul>
343345
<h1><a name="section_7">Commands</a></h1>
344346

0 commit comments

Comments
 (0)