Greg Stark <[EMAIL PROTECTED]> 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



-- 
greg


---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Reply via email to