diff options
author | Bruce Momjian | 2003-03-06 18:39:18 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-03-06 18:39:18 +0000 |
commit | 4144c7b629cd6ac51c79772fec9aaf03d34f977b (patch) | |
tree | 35f9706eb70e2d6d34cbca7d74cba964ff81bbd9 | |
parent | 17bb6b37924826ba4e44490b27aa97a8583eed82 (diff) |
Remove:
< * Require DROP COLUMN CASCADE for a column that is part of a multi-column index
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Thu Mar 6 13:04:52 EST 2003 +Last updated: Thu Mar 6 13:39:10 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -151,7 +151,6 @@ Indexes * Add FILLFACTOR to btree index creation * Add concurrency to GIST * Improve concurrency of hash indexes (Neil) -* Require DROP COLUMN CASCADE for a column that is part of a multi-column index Commands |