|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Sat Jan 614:59:54 EST 2007 |
| 11 | +Last updated: Sat Jan 615:00:41 EST 2007 |
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>.
|
@@ -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.
|
|