Re: ALTER TABLE / CLUSTER ON - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: ALTER TABLE / CLUSTER ON
Date
Msg-id 200303211544.h2LFiCZ28872@candle.pha.pa.us
Whole thread Raw
In response to Re: ALTER TABLE / CLUSTER ON  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
List pgsql-hackers
Because indexes don't span to interited tables, I don't see how it could
recurse.


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

Alvaro Herrera wrote:
> On Fri, Mar 21, 2003 at 11:21:16AM +0800, Christopher Kings-Lynne wrote:
> > Does the new ALTER TABLE / CLUSTER ON syntax support the ONLY modifier - it
> > isn't documented if it is??  I guess it's not really relevant is it?
> 
> Oh, sorry, the command does not recurse.  Should it?  The whole CLUSTER
> thing does not recurse -- in fact that's why I didn't make the ALTER ...
> CLUSTER ON version do it, but maybe it should.
> 
> -- 
> Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
> "El destino baraja y nosotros jugamos" (A. Schopenhauer)
> 
> ---------------------------(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,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ALTER TABLE / CLUSTER ON
Next
From: Tom Lane
Date:
Subject: Re: Roadmap for FE/BE protocol redesign