summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-05-20 02:58:18 +0000
committerBruce Momjian2004-05-20 02:58:18 +0000
commit5f55347e3310777ff7b5769a2efb8f1cf72cec1e (patch)
tree43ca4a492baed3965b857c97a3186d40c02c519e
parentf92630bdca8e0ac6d4d7b3d83b4aa68f73fded04 (diff)
Add:
> o Add default clustering to system tables
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index edfba2b7f85..fbe1ee8411d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed May 19 22:07:53 EDT 2004
+Last updated: Wed May 19 22:58:17 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -209,6 +209,7 @@ Commands
* CLUSTER
o Automatically maintain clustering on a table
o Add ALTER TABLE table SET WITHOUT CLUSTER (Christopher)
+ o Add default clustering to system tables
* COPY
o -Allow dump/load of CSV format