Re: CLUSTER ALL patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: CLUSTER ALL patch
Date
Msg-id 200211171445.gAHEjUd07215@candle.pha.pa.us
Whole thread Raw
In response to Re: CLUSTER ALL patch  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Yes, clusterdb will be removed.  Thanks for the reminder.

---------------------------------------------------------------------------

Peter Eisentraut wrote:
> Is the clusterdb script now going to be removed?
>
> Bruce Momjian writes:
>
> > Patch applied.  Thanks.
> >
> > ---------------------------------------------------------------------------
> >
> >
> > Alvaro Herrera wrote:
> > > 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, skipping... ]
> >
> > >
> > > ---------------------------(end of broadcast)---------------------------
> > > TIP 6: Have you searched our list archives?
> > >
> > > http://archives.postgresql.org
> >
> >
>
> --
> Peter Eisentraut   peter_e@gmx.net
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org
>

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: CLUSTER ALL patch
Next
From: Bruce Momjian
Date:
Subject: Re: CLUSTER ALL patch