|
8 | 8 | <bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
|
9 | 9 | <h1><aname="section_1">PostgreSQL TODO List</a></h1>
|
10 | 10 | <p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
11 |
| -Last updated:Sat Jun4 23:39:40 EDT 2005 |
| 11 | +Last updated:Mon Jun6 18:03:40 EDT 2005 |
12 | 12 | </p>
|
13 | 13 | <p>The most recent version of this document can be viewed at<br/>
|
14 | 14 | <ahref="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
@@ -335,6 +335,8 @@ <h1><a name="section_6">Indexes</a></h1>
|
335 | 335 | one column or expression indexes, perhaps using per-index statistics
|
336 | 336 | </li><li>Add fillfactor to control reserved free space during index creation
|
337 | 337 | </li><li>Allow the creation of indexes with mixed ascending/descending specifiers
|
| 338 | +</li><li>Fix incorrect rtree results due to wrong assumptions about "over" |
| 339 | + operator semantics [<ahref="http://momjian.postgresql.org/cgi-bin/pgtodo?rtree">rtree</a>] |
338 | 340 | </li></ul>
|
339 | 341 | <h1><aname="section_7">Commands</a></h1>
|
340 | 342 |
|
|