Add CLUSTER ON to pg_dumps

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Patches" <pgsql-patches(at)postgresql(dot)org>
Subject: Add CLUSTER ON to pg_dumps
Date: 2003-03-21 04:25:17
Message-ID: 090b01c2ef61$e171e840$6500a8c0@fhp.internal
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Adds

ALTER TABLE foo CLUSTER ON bar;

In pg_dumps, to preserve cluster settings.

Chris

Attachment Content-Type Size
pg_dump.txt text/plain 3.7 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Jeroen T. Vermeulen 2003-03-21 11:51:23 Re: psql patch
Previous Message Bruce Momjian 2003-03-21 03:55:55 Re: Sequence patch has problems