> > Maybe we should issue it after the CREATE INDEX and ADD CONSTRAINT has
> > occurred and just bite it.
>
> The real problem I think is that we've confused the notion of setting a
> policy for CLUSTER (ie, marking the preferred thing to cluster on) with
> the notion of actually doing a CLUSTER. Perhaps we need an ALTER
> command that says "this is what to cluster on" without actually doing
> it.
Hmmm...I don't know if I can be bothered working on that - anyone else want
to do it?
> > Other potential problem - ALTER TABLE / SET STORAGE ?
>
> Yeah, pg_dump should be dumping that too, probably.
I'll do a patch for that then.
Chris