TODO: DROP COLUMN .. CASCADE - Mailing list pgsql-hackers

From Rod Taylor
Subject TODO: DROP COLUMN .. CASCADE
Date
Msg-id 1045974684.84130.84.camel@jester
Whole thread Raw
Responses Re: TODO: DROP COLUMN .. CASCADE
List pgsql-hackers
Require DROP COLUMN CASCADE for a column that is part of a multi-column
index


Do we want the same behaviour for PRIMARY KEY(col1, col2)? CHECK(col1 >
col2)? etc. as well?

I'm thinking probably...

--
Rod Taylor <rbt@rbt.ca>

PGP Key: http://www.rbt.ca/rbtpub.asc

pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: bug in contrib/adddepend
Next
From: Tom Lane
Date:
Subject: Re: TODO: DROP COLUMN .. CASCADE