Re: TODO: DROP COLUMN .. CASCADE

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rod Taylor <rbt(at)rbt(dot)ca>
Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: TODO: DROP COLUMN .. CASCADE
Date: 2003-02-23 05:07:27
Message-ID: 2882.1045976847@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rod Taylor <rbt(at)rbt(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rod Taylor 2003-02-23 05:16:11 pg_dump / restore of empty database gives errors
Previous Message Rod Taylor 2003-02-23 04:31:24 TODO: DROP COLUMN .. CASCADE