"Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com> writes:
> 1. alter table alter type on a clustered index seems to drop the cluster
> (by design)?
Hmm. Not by design really, but because it's rebuilding all of the
indexes and that status bit doesn't get passed through. I'll see how
hard it is to fix.
> 2. alter table cluster on seems to give a strange error message of the
> index name is really the name of a table.
This is a pre-existing bug, but should be easy enough to fix.
regards, tom lane