BUG #13784: cannot create table with table name testtbl

From: biznixcn(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13784: cannot create table with table name testtbl
Date: 2015-11-24 23:45:10
Message-ID: 20151124234510.307.96367@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: 13784
Logged by: biznixcn
Email address: biznixcn(at)gmail(dot)com
PostgreSQL version: 9.4.5
Operating system: Ubuntu 14.04.3 docker container
Description:

As long as the name of table I wanted to create is 'testtbl', the query will
run forever.
CREATE TABLE testtbl (
did integer,
name varchar(40) UNIQUE
);

No error message

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message hubert depesz lubaczewski 2015-11-25 13:38:48 Re: BUG #13784: cannot create table with table name testtbl
Previous Message Tom Lane 2015-11-24 23:02:16 Re: BUG #13783: 'create database test owner testowner' as 'postgres' leaves test.public owned by postgres