Re: ADD/DROP INHERITS

From: Michael Glaesemann <grzm(at)seespotcode(dot)net>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: ADD/DROP INHERITS
Date: 2006-06-08 00:25:00
Message-ID: 632044B3-E9AB-4DE5-A5D5-D029284887F3@seespotcode.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Jun 8, 2006, at 9:13 , Greg Stark wrote:

> Greg Stark <gsstark(at)MIT(dot)EDU> writes:
>
>> How does
>>
>> ALTER TABLE table INHERITS ADD parent
>> ALTER TABLE table INHERITS DROP parent
>>
>> sound?
>>
>> I'll admit it doesn't read very well but it doesn't necessitate
>> complicating
>> other rules in gram.y
>
> Or alternatively if people want to keep English-like SQL style
> grammar:
>
> ALTER TABLE table INHERIT parent
> ALTER TABLE table NO INHERIT parent

ALTER TABLE table DISOWN parent?

Michael Glaesemann
grzm seespotcode net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Greg Stark 2006-06-08 00:27:05 Re: ADD/DROP INHERITS
Previous Message Josh Berkus 2006-06-08 00:24:25 Re: [HACKERS] drop if exists remainder