summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-05-02 12:27:00 +0000
committerBruce Momjian2004-05-02 12:27:00 +0000
commit846cd0f1c21f5bbea17d190798e3c069fc5c1dfd (patch)
tree088e49c05caafaa01736e95c8a8d9b16a23bd656
parente4a03f9e75873394d3fcddd58c9a568829a76a03 (diff)
Update TODO item:
o Add ALTER TABLE table SET WITHOUT CLUSTER
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 8f5b99fced7..f2c2149ae25 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Apr 28 12:35:30 EDT 2004
+Last updated: Sun May 2 08:26:56 EDT 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -207,7 +207,7 @@ Commands
* CLUSTER
o Automatically maintain clustering on a table
- o Add way to remove cluster specification on a table
+ o Add ALTER TABLE table SET WITHOUT CLUSTER
* COPY
o -Allow dump/load of CSV format