aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-08-14 17:45:20 +0000
committerBruce Momjian <bruce@momjian.us>2002-08-14 17:45:20 +0000
commit5b743090531a59c46a078b0ddb63fd7935e48527 (patch)
tree2416f9449e04c466a0842bfed5b72b583b37457b
parentdec918479ff8aec20f531a88f53b71fecba4067a (diff)
downloadpostgresql-5b743090531a59c46a078b0ddb63fd7935e48527.tar.gz
postgresql-5b743090531a59c46a078b0ddb63fd7935e48527.zip
Update:
> o Cluster all tables at once using pg_index.indisclustered set during > previous CLUSTER
-rw-r--r--doc/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 68690e44bad..da5a4541e0c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Aug 14 01:46:11 EDT 2002
+Last updated: Wed Aug 14 13:45:01 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -205,8 +205,8 @@ Commands
o Add ALTER TABLE tab SET WITHOUT OIDS
* CLUSTER
- o Cluster all tables at once using pg_index.indisclustered or primary
- key
+ o Cluster all tables at once using pg_index.indisclustered set during
+ previous CLUSTER
o Prevent loss of indexes, permissions, inheritance
o Automatically maintain clustering on a table