diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-02-15 18:30:06 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-02-15 18:30:06 +0000 |
commit | 50c4190e370a66bc8c52a0985cebf5560b28b058 (patch) | |
tree | cbbd12d77dbe74b844e2e1759ed9e3adf88371bf | |
parent | ba16df979cd58cd070477cb1e9a0df88fead9630 (diff) | |
download | postgresql-50c4190e370a66bc8c52a0985cebf5560b28b058.tar.gz postgresql-50c4190e370a66bc8c52a0985cebf5560b28b058.zip |
Add:
> * Disallow DROP COLUMN on a column that is part of a multi-column index
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Feb 14 12:02:42 EST 2003 +Last updated: Sat Feb 15 13:29:57 EST 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -149,6 +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 Commands |