Re: CLUSTER all tables

From: Alvaro Herrera <alvherre(at)atentus(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: CLUSTER all tables
Date: 2002-09-01 06:29:25
Message-ID: 20020901022925.38c6c0a3.alvherre@atentus.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I wrote:

> > 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).
>
> The same as before, but I do include documentation patch (feel free to
> rewrite or suggest improvements) and regression test.

--
Alvaro Herrera (<alvherre[a]atentus.com>)
"Para tener mas hay que desear menos"

Attachment Content-Type Size
cluster-all-2.patch application/octet-stream 19.0 KB

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Alvaro Herrera 2002-09-01 07:11:26 reindex in tab completion
Previous Message Alvaro Herrera 2002-09-01 05:30:21 Re: CLUSTER all tables