Re: [pgadmin-hackers] public.pg_class isn't a catalog table

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: [pgadmin-hackers] public.pg_class isn't a catalog table
Дата
Msg-id 46DFB895.9090300@postgresql.org
обсуждение исходный текст
Список pgsql-bugs
Decibel! wrote:
> Version 1.6.3; if you have a table in public called pg_class and try to
> drop it, pgAdmin gives an error:
>
> ERROR: permission denied: "pg_class" is a system catalog
>
> The drop does work correctly from psql...

I'm sure you (Jim) have seen the reasons why this happens pgAdmin in the
rest of the thread, but I wonder also if this could be considered a bug
in the server:

foo=# create table pg_class(a text);
CREATE TABLE
foo=# drop table pg_class;
ERROR:  permission denied: "pg_class" is a system catalog
foo=# drop table public.pg_class;
DROP TABLE
foo=#

It's certainly inconsistent.

/D

В списке pgsql-bugs по дате отправления:

Предыдущее
От: "Hiroshi Saito"
Дата:
Сообщение: Re: BUG #3600: ODBC Driver not working with BIGINT
Следующее
От: "Unicode converter buffer overflow in psqlodbc driver"
Дата:
Сообщение: BUG #3601: When we try to connect to postgres ti shows Unicode converter buffer overflow error.