TODO: DROP COLUMN .. CASCADE

From: Rod Taylor <rbt(at)rbt(dot)ca>
To: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: TODO: DROP COLUMN .. CASCADE
Date: 2003-02-23 04:31:24
Message-ID: 1045974684.84130.84.camel@jester
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)rbt(dot)ca>

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-02-23 05:07:27 Re: TODO: DROP COLUMN .. CASCADE
Previous Message Joe Conway 2003-02-23 03:13:07 Re: [HACKERS] loading libraries on Postmaster startup