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 @@ ...@@ -2,7 +2,7 @@
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) 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 The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. http://www.postgresql.org/docs/faqs.TODO.html.
...@@ -623,7 +623,7 @@ SQL Commands ...@@ -623,7 +623,7 @@ SQL Commands
* CLUSTER * 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 o Automatically maintain clustering on a table
This might require some background daemon to maintain clustering This might require some background daemon to maintain clustering
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
<h1><a name="section_1">PostgreSQL TODO List</a></h1> <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/> <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>
<p>The most recent version of this document can be viewed at<br/> <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>. <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/> ...@@ -556,7 +556,7 @@ first. There is also a developer's wiki at<br/>
</li></ul> </li></ul>
</li><li>CLUSTER </li><li>CLUSTER
<ul> <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 </li><li>Automatically maintain clustering on a table
<p> This might require some background daemon to maintain clustering <p> This might require some background daemon to maintain clustering
during periods of low usage. It might also require tables to be only 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