Commit bbed5ba9 authored by Bruce Momjian's avatar Bruce Momjian

Done:

> 	o -Make CLUSTER preserve recently-dead tuples per MVCC requirements
parent e51ac1b8
......@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
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
......
......@@ -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:bruce@momjian.us">bruce@momjian.us</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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment