Re: SET WITHOUT CLUSTER patch

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SET WITHOUT CLUSTER patch
Date: 2004-05-02 13:52:43
Message-ID: 4094FD2B.3050904@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>Actually, it occurs to me that the SET WITHOUT CLUSTER form CAN recurse.
>> Should I make it do that, even though the CLUSTER ON form cannot?
>
> I just thought about this. CLUSTER is more of a storage-level
> specification, rather than a logical one. Seems it is OK that WITOUTH
> CLUSTER not recurse into inherited tables, especially since the CLUSTER
> command does not.

The patch I submitted earlier already does do recursion - I don't see
why it shouldn't really. It's better than failing saying that legal
grammar is in fact illegal :)

Chris

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-05-02 13:58:22 Re: SET WITHOUT CLUSTER patch
Previous Message Bruce Momjian 2004-05-02 13:38:55 Re: pgsql-server/src backend/utils/adt/acl.c inclu ...