CLUSTER ALL syntax - Mailing list pgsql-hackers

From Bruce Momjian
Subject CLUSTER ALL syntax
Date
Msg-id 200211172133.gAHLX3q15968@candle.pha.pa.us
Whole thread Raw
In response to pg_stat_database shows userid as OID  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Responses Re: CLUSTER ALL syntax  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: CLUSTER ALL syntax  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
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. 
And what about REINDEX?  That seems to have a different syntax from the
other two.  Seems there should be some consistency.

--  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: Bruce Momjian
Date:
Subject: Re: pg_stat_database shows userid as OID
Next
From: Tom Lane
Date:
Subject: Re: pg_stat_database shows userid as OID