Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM
Date
Msg-id 9749.1031863038@sss.pgh.pa.us
Whole thread Raw
In response to Bug #759: 7.3beta1 DROP COLUMN DEPENDENCY PROBLEM  (pgsql-bugs@postgresql.org)
List pgsql-bugs
pgsql-bugs@postgresql.org writes:
> Been playing with the 7.3beta1 version and I've noticed a small
> problem with dependency checking when dropping a column.  If you have
> a view which uses JOIN's to join tables then dropping a column will
> fail on a dependency check, even though the column being dropped is
> not used at all in the view.

FYI, I've fixed this in CVS tip.  Thanks for the report!

            regards, tom lane

pgsql-bugs by date:

Previous
From: junk@ns1.tcu-inc.com
Date:
Subject: Re: HELP
Next
From: Kris Jurka
Date:
Subject: No dependency between fkey constraint and unique index