|
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:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
11 |
| -Last updated: Fri Dec 15 10:40:41 EST 2006 |
| 11 | +Last updated: Sat Dec 16 22:55:11 EST 2006 |
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>.
|
@@ -441,7 +441,6 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
441 | 441 | </li><li>Allow COMMENT ON to accept an expression rather than just a string
|
442 | 442 | </li><li>Allow the count returned by SELECT, etc to be to represent as an int64
|
443 | 443 | to allow a higher range of values
|
444 |
| - </li><li>Make CLUSTER preserve recently-dead tuples per MVCC requirements |
445 | 444 | </li><li>Add SQL99 WITH clause to SELECT
|
446 | 445 | </li><li>Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT
|
447 | 446 | </li><li>Add DEFAULT .. AS OWNER so permission checks are done as the table
|
@@ -492,7 +491,8 @@ <h1><a name="section_8">SQL Commands</a></h1>
|
492 | 491 | </li></ul>
|
493 | 492 | </li><li>CLUSTER
|
494 | 493 | <ul>
|
495 |
| - <li>Automatically maintain clustering on a table |
| 494 | + <li>Make CLUSTER preserve recently-dead tuples per MVCC requirements |
| 495 | + </li><li>Automatically maintain clustering on a table |
496 | 496 | <p> This might require some background daemon to maintain clustering
|
497 | 497 | during periods of low usage. It might also require tables to be only
|
498 | 498 | partially filled for easier reorganization. Another idea would
|
|
0 commit comments