Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6874fb9

Browse files
committed
Move entry into CLUSTER section:
< * Make CLUSTER preserve recently-dead tuples per MVCC requirements > o Make CLUSTER preserve recently-dead tuples per MVCC requirements
1 parent 7bdc55c commit 6874fb9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Fri Dec 15 10:40:41 EST 2006
5+
Last updated: Sat Dec 16 22:55:11 EST 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -482,7 +482,6 @@ SQL Commands
482482
* Allow COMMENT ON to accept an expression rather than just a string
483483
* Allow the count returned by SELECT, etc to be to represent as an int64
484484
to allow a higher range of values
485-
* Make CLUSTER preserve recently-dead tuples per MVCC requirements
486485
* Add SQL99 WITH clause to SELECT
487486
* Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT
488487
* Add DEFAULT .. AS OWNER so permission checks are done as the table
@@ -540,6 +539,7 @@ SQL Commands
540539

541540
* CLUSTER
542541

542+
o Make CLUSTER preserve recently-dead tuples per MVCC requirements
543543
o Automatically maintain clustering on a table
544544

545545
This might require some background daemon to maintain clustering

doc/src/FAQ/TODO.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<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
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<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>
441441
</li><li>Allow COMMENT ON to accept an expression rather than just a string
442442
</li><li>Allow the count returned by SELECT, etc to be to represent as an int64
443443
to allow a higher range of values
444-
</li><li>Make CLUSTER preserve recently-dead tuples per MVCC requirements
445444
</li><li>Add SQL99 WITH clause to SELECT
446445
</li><li>Add SQL:2003 WITH RECURSIVE (hierarchical) queries to SELECT
447446
</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>
492491
</li></ul>
493492
</li><li>CLUSTER
494493
<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
496496
<p> This might require some background daemon to maintain clustering
497497
during periods of low usage. It might also require tables to be only
498498
partially filled for easier reorganization. Another idea would

0 commit comments

Comments
 (0)