CLUSTER all tables - Mailing list pgsql-patches

From Alvaro Herrera
Subject CLUSTER all tables
Date
Msg-id Pine.LNX.4.44.0208301854170.17098-200000@cm-lcon1-46-187.cm.vtr.net
Whole thread Raw
Responses Re: CLUSTER all tables
List pgsql-patches
Hello,

This is a first attempt at CLUSTER ALL.  It works in every way I've
tested, but maybe I'm missing something.

What it does:

- if CLUSTER is called with no arguments, cluster all indexes that have
  indisclustered set (in the current database).  There's no "ALL"
  argument: that's just pollution IMHO.

- Gets a list of such indexes (checking ownership of each) and passes
  them one by one to the standard cluster routine (modified a little so
  it accepts OIDs of table and index, not names).

- Not much else...  (no regression test nor documentation yet).

I don't know if I will be able to do the REINDEX all thing now that beta
is almost here.

Please review; I may be doing something stupid.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Aprender sin pensar es inutil; pensar sin aprender, peligroso" (Confucio)

Attachment

pgsql-patches by date:

Previous
From: John Gray
Date:
Subject: Re: Visibility regression test
Next
From: Tom Lane
Date:
Subject: Re: revised patch for PL/PgSQL table functions