Re: [BUGS] BUG #14534: renaming table error

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14534: renaming table error
Дата
Msg-id 14248.1486493341@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14534: renaming table error  (balazs@obiserver.hu)
Список 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 по дате отправления:

Предыдущее
От: balazs@obiserver.hu
Дата:
Сообщение: [BUGS] BUG #14534: renaming table error
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] BUG #14526: no unique or exclusion constraint matching the ON CONFLICT