Re: ALTER TABLE...SET WITHOUT CLUSTER

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE...SET WITHOUT CLUSTER
Date: 2004-04-27 15:02:33
Message-ID: 408E7609.2000107@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

>>Even changing the syntax to "qualified_name DROP CLUSTER" doesn't work
>>due to the existence of "relation_expr DROP ...".
>
> I have an idea. Change the code to use relation_expr, then throw an
> error from gram.y if $$->inhOpt != INH_DEFAULT.

Yeah, that was the plan. I have been too busy (or too lazy more like)
to actually get around to doing it and submitting it however... I am
actually more tempted to do the right thing and actually make it recurse
properly over the hierarchy...

Chris

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-04-27 16:04:55 Re: [HACKERS] compile warning in CVS HEAD
Previous Message Bruce Momjian 2004-04-27 14:15:11 Re: ALTER TABLE...SET WITHOUT CLUSTER