Re: ALTER TABLE ADD/DROP INHERITS

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Greg Stark <gsstark(at)mit(dot)edu>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-patches(at)postgresql(dot)org
Subject: Re: ALTER TABLE ADD/DROP INHERITS
Date: 2006-06-07 20:58:24
Message-ID: 17337.1149713904@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Greg Stark <gsstark(at)mit(dot)edu> writes:
> I expected that but I haven't seen any agreement on a replacement syntax. The
> only other one proposed was:

> ALTER TABLE foo ALTER INHERITS ADD|DROP bar

> and it received no comments. Should I just assume that's the direction to go
> if nobody objects?

I think if anyone wants something better, the onus is on them to provide
a grammar patch that works ;-)

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Robert Treat 2006-06-07 21:17:04 fix minor spelling issues in FAQ
Previous Message Greg Stark 2006-06-07 20:24:38 Re: ALTER TABLE ADD/DROP INHERITS