Re: CLUSTER all tables - Mailing list pgsql-patches

From Alvaro Herrera
Subject Re: CLUSTER all tables
Date
Msg-id 20020901022925.38c6c0a3.alvherre@atentus.com
Whole thread Raw
In response to Re: CLUSTER all tables  (Alvaro Herrera <alvherre@atentus.com>)
List 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

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: CLUSTER all tables
Next
From: Alvaro Herrera
Date:
Subject: reindex in tab completion