"Merlin Moncure" <[EMAIL PROTECTED]> writes:
> 1. alter table alter type on a clustered index seems to drop the cluster

I tweaked things so that the clustered flag is preserved for indexes
that aren't directly affected by the ALTER TYPE.  It would take more
work to preserve the setting for an index that is rebuilt by ALTER TYPE,
and I'm not even sure that it's sensible --- the new index could have
a significantly different ordering from the old.  What do you think?

> 2. alter table cluster on seems to give a strange error message of the
> index name is really the name of a table.

There were several bugs there ... think I got them all ...

                        regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

               http://www.postgresql.org/docs/faqs/FAQ.html

Reply via email to