1
0
mirror of https://github.com/postgres/postgres.git synced 2025-04-29 13:56:47 +03:00
< * Require DROP COLUMN CASCADE for a column that is part of a multi-column index
This commit is contained in:
Bruce Momjian 2003-03-06 18:39:18 +00:00
parent 17bb6b3792
commit 4144c7b629

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -151,7 +151,6 @@ 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)
* Require DROP COLUMN CASCADE for a column that is part of a multi-column index
Commands Commands