diff options
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian ([email protected]) -Last updated: Sat Apr 7 20:36:04 EDT 2007 +Last updated: Sat Apr 7 22:16:57 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -623,7 +623,7 @@ SQL Commands * CLUSTER - o Make CLUSTER preserve recently-dead tuples per MVCC requirements + o -Make CLUSTER preserve recently-dead tuples per MVCC requirements o Automatically maintain clustering on a table This might require some background daemon to maintain clustering diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index c098e89f3e5..a7542fbd04f 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:[email protected]">[email protected]</a>)<br/> -Last updated: Sat Apr 7 20:36:04 EDT 2007 +Last updated: Sat Apr 7 22:16:57 EDT 2007 </p> <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -556,7 +556,7 @@ first. There is also a developer's wiki at<br/> </li></ul> </li><li>CLUSTER <ul> - <li>Make CLUSTER preserve recently-dead tuples per MVCC requirements + <li>-<em>Make CLUSTER preserve recently-dead tuples per MVCC requirements</em> </li><li>Automatically maintain clustering on a table <p> This might require some background daemon to maintain clustering during periods of low usage. It might also require tables to be only |