Re: ALTER INDEX not working in 9.5.1? - Mailing list pgsql-bugs

From Tom Lane
Subject Re: ALTER INDEX not working in 9.5.1?
Date
Msg-id 11303.1457330994@sss.pgh.pa.us
Whole thread Raw
In response to ALTER INDEX not working in 9.5.1?  (Matthew Byrne <mjw.byrne@gmail.com>)
Responses Re: ALTER INDEX not working in 9.5.1?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: ALTER INDEX not working in 9.5.1?  (Matthew Byrne <mjw.byrne@gmail.com>)
List pgsql-bugs
Matthew Byrne <mjw.byrne@gmail.com> writes:
> The commands "ALTER INDEX ... RENAME TO..." and "ALTER INDEX ... SET
> TABLESPACE ..." seem to work as expected in PostgreSQL 9.4.5 but in 9.5.1
> they fail with "ERROR:  <index_name> is an index".

[ scratches head... ]  Your test case works OK for me.  Admittedly,
I'm checking 9.5-branch-from-a-day-or-two-back rather than exactly
release 9.5.1; but if we'd broken and then fixed something as basic
as that, I expect we'd know about it.

Is this on a clean compile of 9.5.1 community sources?  Using what
compiler exactly, on what platform?  Maybe you've got something
like a badly-written event trigger installed?

            regards, tom lane

pgsql-bugs by date:

Previous
From: Matthew Byrne
Date:
Subject: ALTER INDEX not working in 9.5.1?
Next
From: "David G. Johnston"
Date:
Subject: Re: ALTER INDEX not working in 9.5.1?