BUG #8405: user can create a system table(eg, pg_class) - Mailing list pgsql-bugs

From syxjxia@gmail.com
Subject BUG #8405: user can create a system table(eg, pg_class)
Date
Msg-id E1VEV4k-0006Q6-Fw@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #8405: user can create a system table(eg, pg_class)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8405
Logged by:          xjxia
Email address:      syxjxia@gmail.com
PostgreSQL version: 9.2.2
Operating system:   ubuntu11.04 x86_64
Description:

postgres=# create table pg_class(a int);
CREATE TABLE
postgres=# insert into pg_class values (1);
ERROR:  null value in column "relnamespace" violates not-null constraint
DETAIL:  Failing row contains (1, null, null, null, null, null, null, null,
null, null, null, null, null, null, null, null, null, null, null, null,
null, null, null, null, null, null, null).
postgres=#

pgsql-bugs by date:

Previous
From: Andres Freund
Date:
Subject: Re: BUG #7494: WAL replay speed depends heavily on the shared_buffers size
Next
From: Heikki Linnakangas
Date:
Subject: Re: BUG #8405: user can create a system table(eg, pg_class)