Re: CLUSTER ALL patch - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: CLUSTER ALL patch
Date
Msg-id 20021113010843.GA27475@dcc.uchile.cl
Whole thread Raw
In response to Re: CLUSTER ALL patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: CLUSTER ALL patch
Re: CLUSTER ALL patch
List pgsql-patches
On Thu, Nov 07, 2002 at 02:08:00PM -0500, Bruce Momjian wrote:
>
> Patch returned to author for revision.

New version attached.  The following is implemented:

- CLUSTER ALL clusters all the tables that have some index with
  indisclustered set and the calling user owns.
- CLUSTER tablename clusters the named table, using the index with
  indisclustered set.  If no index has the bit set, throws elog(ERROR).
- The multi-relation version (CLUSTER ALL) uses a multitransaction
  approach, similar to what VACUUM does.

Please review.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
"Pido que me den el Nobel por razones humanitarias" (Nicanor Parra)

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: CHECKPOINT_WARNING GUC variable addition
Next
From: Bruce Momjian
Date:
Subject: Re: Domain Check Constraints