Re: ADD/DROP INHERITS - Mailing list pgsql-hackers

From Michael Glaesemann
Subject Re: ADD/DROP INHERITS
Date
Msg-id 632044B3-E9AB-4DE5-A5D5-D029284887F3@seespotcode.net
Whole thread Raw
In response to Re: ADD/DROP INHERITS  (Greg Stark <gsstark@mit.edu>)
Responses Re: ADD/DROP INHERITS  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On Jun 8, 2006, at 9:13 , Greg Stark wrote:

> Greg Stark <gsstark@MIT.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





pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: [PATCHES] drop if exists remainder
Next
From: Greg Stark
Date:
Subject: Re: ADD/DROP INHERITS