BUG #14534: renaming table error

From: balazs(at)obiserver(dot)hu
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #14534: renaming table error
Date: 2017-02-07 18:44:09
Message-ID: 20170207184409.1400.1718@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 14534
Logged by: Balazs Peter
Email address: balazs(at)obiserver(dot)hu
PostgreSQL version: 9.6.1
Operating system: Debian GNU/Linux 9
Description:

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!

test=# alter table test.testtable rename to testtable2;
ALTER TABLE
test=# alter table test.testtable2 rename to _testtable;
ALTER TABLE

Now it's possible? :)

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2017-02-07 18:49:01 Re: BUG #14534: renaming table error
Previous Message Дилян Палаузов 2017-02-07 18:40:45 backend_flush_after bytes/pages