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

From Tom Lane
Subject Re: TODO: DROP COLUMN .. CASCADE
Date
Msg-id 2882.1045976847@sss.pgh.pa.us
Whole thread Raw
In response to TODO: DROP COLUMN .. CASCADE  (Rod Taylor <rbt@rbt.ca>)
Responses Re: TODO: DROP COLUMN .. CASCADE  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Rod Taylor <rbt@rbt.ca> writes:
> 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?

Personally I'm not sold on the sensefulness of the TODO item to begin
with.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: TODO: DROP COLUMN .. CASCADE
Next
From: Rod Taylor
Date:
Subject: pg_dump / restore of empty database gives errors