Add CLUSTER ON to pg_dumps - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject Add CLUSTER ON to pg_dumps
Date
Msg-id 090b01c2ef61$e171e840$6500a8c0@fhp.internal
Whole thread Raw
Responses Re: Add CLUSTER ON to pg_dumps  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Re: Add CLUSTER ON to pg_dumps  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: Add CLUSTER ON to pg_dumps  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
Adds

ALTER TABLE foo CLUSTER ON bar;

In pg_dumps, to preserve cluster settings.

Chris

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Sequence patch has problems
Next
From: Alvaro Herrera
Date:
Subject: Re: Add CLUSTER ON to pg_dumps