summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2000-05-12 16:33:29 +0000
committerBruce Momjian2000-05-12 16:33:29 +0000
commite9e42f6f5f902502c3728e26cca39d1d6f6d37f5 (patch)
tree9a8d60565092cc10b7f1f53db193d5ea9f07d4ad /doc/TODO
parent40c992c7dd6a2d0a057652f19804e0e500b2ab8e (diff)
Remove cluster TODO e-mail file
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 747364890f3..b6ececf938d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -114,7 +114,7 @@ COMMANDS
* Add ALTER TABLE DROP/ALTER COLUMN feature(Peter E)
* Add ALTER TABLE command to change table ownership
* Allow CLUSTER on all tables at once, and improve CLUSTER, loses NOT
- NULL specification, indexes, permissions, etc on table[cluster]
+ NULL specification, indexes, permissions, etc on table
* Add SIMILAR TO to allow character classes, 'pg_[a-c]%'
* Auto-destroy sequence on DROP of table with SERIAL(Ryan)
* Allow LOCK TABLE tab1, tab2, tab3 so all tables locked in unison