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

Поиск
Список
Период
Сортировка
От syxjxia@gmail.com
Тема BUG #8405: user can create a system table(eg, pg_class)
Дата
Msg-id E1VEV4k-0006Q6-Fw@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #8405: user can create a system table(eg, pg_class)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: BUG #7494: WAL replay speed depends heavily on the shared_buffers size
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #8405: user can create a system table(eg, pg_class)