Re: ALTER TABLE / CLUSTER ON

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
Cc: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TABLE / CLUSTER ON
Date: 2003-03-21 15:44:12
Message-ID: 200303211544.h2LFiCZ28872@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)postgresql(dot)org
>

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-21 15:49:54 Re: Roadmap for FE/BE protocol redesign
Previous Message Bruce Momjian 2003-03-21 15:42:55 Re: ALTER TABLE / CLUSTER ON