mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
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
This commit is contained in:
parent
0d7abfe7cf
commit
de25638d2f
4
doc/TODO
4
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 (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
|
||||
|
Loading…
Reference in New Issue
Block a user