Commit de25638d authored by Bruce Momjian's avatar Bruce Momjian

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
parent 0d7abfe7
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -149,7 +149,7 @@ Indexes ...@@ -149,7 +149,7 @@ Indexes
* Add FILLFACTOR to btree index creation * Add FILLFACTOR to btree index creation
* Add concurrency to GIST * Add concurrency to GIST
* Improve concurrency of hash indexes (Neil) * 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 Commands
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment