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: ALTER TABLE...SET WITHOUT CLUSTER
Date: 2004-03-18 04:02:30
Message-ID: 40591F56.5050106@familyhealth.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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

Attachment Content-Type Size
nocluster.txt text/plain 7.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Christopher Kings-Lynne 2004-03-18 04:44:51 Re: ALTER TABLE...SET WITHOUT CLUSTER
Previous Message Bruce Momjian 2004-03-17 17:02:11 Re: [HACKERS] Index creation takes for ever