On Jun 8, 2006, at 9:13 , Greg Stark wrote:
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
ALTER TABLE table DISOWN parent?
Michael Glaesemann
grzm seespotcode net
---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend