Re: ALTER TABLE...SET WITHOUT CLUSTER - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Re: ALTER TABLE...SET WITHOUT CLUSTER
Date
Msg-id 40592943.7020408@familyhealth.com.au
Whole thread Raw
In response to ALTER TABLE...SET WITHOUT CLUSTER  (Christopher Kings-Lynne <chriskl@familyhealth.com.au>)
List 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


pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: ALTER TABLE...SET WITHOUT CLUSTER
Next
From: Christopher Kings-Lynne
Date:
Subject: Re: ALTER TABLE...SET WITHOUT CLUSTER