BUG #13784: cannot create table with table name testtbl - Mailing list pgsql-bugs

From biznixcn@gmail.com
Subject BUG #13784: cannot create table with table name testtbl
Date
Msg-id 20151124234510.307.96367@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #13784: cannot create table with table name testtbl  (hubert depesz lubaczewski <depesz@depesz.com>)
Re: BUG #13784: cannot create table with table name testtbl  (Thomas Kellerer <spam_eater@gmx.net>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13784
Logged by:          biznixcn
Email address:      biznixcn@gmail.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

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #13783: 'create database test owner testowner' as 'postgres' leaves test.public owned by postgres
Next
From: hubert depesz lubaczewski
Date:
Subject: Re: BUG #13784: cannot create table with table name testtbl