Re: [BUGS] BUG #14534: renaming table error - Mailing list pgsql-bugs

From Tom Lane
Subject Re: [BUGS] BUG #14534: renaming table error
Date
Msg-id 14248.1486493341@sss.pgh.pa.us
Whole thread Raw
In response to [BUGS] BUG #14534: renaming table error  (balazs@obiserver.hu)
List pgsql-bugs
balazs@obiserver.hu writes:
> test=# create table test.testtable (id bigserial not null primary key, t
> text not null);
> CREATE TABLE
> test=# alter table test.testtable rename to _testtable;
> ERROR:  type "_testtable" already exists

> There is no, believe me!

Yes, there is ... it's the name given to the array type over the
table's composite type.

            regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

pgsql-bugs by date:

Previous
From: balazs@obiserver.hu
Date:
Subject: [BUGS] BUG #14534: renaming table error
Next
From: Tom Lane
Date:
Subject: Re: [BUGS] BUG #14526: no unique or exclusion constraint matching the ON CONFLICT