Re: ALTER TABLE...SET WITHOUT CLUSTER

From: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: ALTER TABLE...SET WITHOUT CLUSTER
Date: 2004-03-18 04:44:51
Message-ID: 40592943.7020408@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

OK, based on Tom's comments about qualified_name vs. relation_expr, I
may have used the wrong one in this case. Will check soon.

Chris

Christopher Kings-Lynne wrote:

> This patch imlements the TODO that calls for the ability to turn off all
> clustering on a table.
>
> Syntax is ALTER TABLE ... SET WITHOUT CLUSTER;
>
> Doc patch plus regression test is included.
>
> Chris

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-03-18 08:19:36 Re: ALTER TABLE...SET WITHOUT CLUSTER
Previous Message Christopher Kings-Lynne 2004-03-18 04:02:30 ALTER TABLE...SET WITHOUT CLUSTER