From 50c4190e370a66bc8c52a0985cebf5560b28b058 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 15 Feb 2003 18:30:06 +0000 Subject: [PATCH] Add: > * Disallow DROP COLUMN on a column that is part of a multi-column index --- doc/TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/TODO b/doc/TODO index c9f005dc82..a3ad1ac992 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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