Update wording:
authorBruce Momjian
Sun, 16 Feb 2003 00:29:49 +0000 (00:29 +0000)
committerBruce Momjian
Sun, 16 Feb 2003 00:29:49 +0000 (00:29 +0000)
< * Disallow DROP COLUMN on a column that is part of a multi-column index
> * Require DROP COLUMN CASCADE for a column that is part of a multi-column index

doc/TODO

index a3ad1ac9928bc045d9c17a9c7b290ab85a3649c8..4f75b7bbd27517571f2d1a7815a9424803b13e4e 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:      Sat Feb 15 13:29:57 EST 2003
+Last updated:      Sat Feb 15 19:29:41 EST 2003
 
 Current maintainer:    Bruce Momjian ([email protected])
 
@@ -149,7 +149,7 @@ Indexes
 * Add FILLFACTOR to btree index creation
 * Add concurrency to GIST
 * Improve concurrency of hash indexes (Neil)
-* Disallow DROP COLUMN on a column that is part of a multi-column index
+* Require DROP COLUMN CASCADE for a column that is part of a multi-column index
 
 
 Commands