Re: ALTER TABLE TODO items - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ALTER TABLE TODO items
Date
Msg-id 28342.1083853302@sss.pgh.pa.us
Whole thread Raw
In response to Re: ALTER TABLE TODO items  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
List pgsql-hackers
"Merlin Moncure" <merlin.moncure@rcsonline.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


pgsql-hackers by date:

Previous
From: Rod Taylor
Date:
Subject: Re: Bug in pg_dump 7.4
Next
From: Joe Conway
Date:
Subject: Re: Multiple "selects" returned from a single stored procedure