Re: CLUSTER ALL syntax - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: CLUSTER ALL syntax
Date
Msg-id 200211181717.gAIHH8125455@candle.pha.pa.us
Whole thread Raw
In response to Re: CLUSTER ALL syntax  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Alvaro Herrera wrote:
> On Sun, Nov 17, 2002 at 04:42:01PM -0500, Tom Lane wrote:
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > In looking at the CLUSTER ALL patch I have applied, I am now wondering
> > > why the ALL keyword is used.  When we do VACUUM, we don't use ALL. 
> > > VACUUM vacuums all tables.  Shouldn't' CLUSTER alone do the same thing. 
> > 
> > I agree, lose the ALL.
> 
> Well, in my original patch (the one submitted just when 7.3 was going
> into beta) there was no ALL.  I decided to put it in for subsequent
> patches for no good reason.

I have updated CVS to make the syntax CLUSTER rather than CLUSTER ALL.

--  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,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: David Wheeler
Date:
Subject: Re: PREPARE and parameter types (Re: [INTERFACES] DBD::PostgreSQL)
Next
From: Haris Peco
Date:
Subject: Re: [GENERAL] DECLARE CURSOR