Re: DROP COLUMN misbehaviour with multiple inheritance

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: DROP COLUMN misbehaviour with multiple inheritance
Дата
Msg-id 1032902424.2820.40.camel@rh72.home.ee
обсуждение исходный текст
Ответ на Re: DROP COLUMN misbehaviour with multiple inheritance  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: DROP COLUMN misbehaviour with multiple inheritance  (Alvaro Herrera <alvherre@atentus.com>)
Список pgsql-hackers
On Wed, 2002-09-25 at 04:13, Tom Lane wrote:
> Hannu Krosing <hannu@tm.ee> writes:
> > 1) --------------------------------
> > create table p1 (f1 int, g1 int);
> > create table p2 (f1 int, h1 int);
> > create table c () inherits(p1, p2);
> > drop column p2.f1; -- this DROP is in fact implicitly ONLY
> 
> Surely not?  At least, I don't see why it should be thought of that way.
> There's always a difference between DROP and DROP ONLY.

What will be the difference in the user-visible schema ?

------------
Hannu




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Default privileges for 7.3
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: DROP COLUMN misbehaviour with multiple inheritance