diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-02-16 00:29:49 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-02-16 00:29:49 +0000 |
commit | de25638d2fbe9e56ecfc60a7dda8a0c56028317a (patch) | |
tree | 5009ae26e4df2a2406ace88127af3725c6c11577 | |
parent | 0d7abfe7cf1393c23a0603ba9c3098c2f66cd079 (diff) | |
download | postgresql-de25638d2fbe9e56ecfc60a7dda8a0c56028317a.tar.gz postgresql-de25638d2fbe9e56ecfc60a7dda8a0c56028317a.zip |
Update wording:
< * 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
-rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 (pgman@candle.pha.pa.us) @@ -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 |