BUG #8405: user can create a system table(eg, pg_class)

From: syxjxia(at)gmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8405: user can create a system table(eg, pg_class)
Date: 2013-08-28 02:01:38
Message-ID: E1VEV4k-0006Q6-Fw@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: 8405
Logged by: xjxia
Email address: syxjxia(at)gmail(dot)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=#

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Valentine Gogichashvili 2013-08-28 09:46:24 Re: BUG #8404: JDBC block hot standby replication?
Previous Message pchan 2013-08-28 00:30:44 BUG #8404: JDBC block hot standby replication?