Re: [HACKERS] Odd problem with pg_class ...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] Odd problem with pg_class ...
Дата
Msg-id 9252.936284129@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Odd problem with pg_class ...  (The Hermit Hacker <scrappy@hub.org>)
Список pgsql-hackers
The Hermit Hacker <scrappy@hub.org> writes:
>     Am looking at a v6.4 system, and if I do:
> select relname from pg_class;
>     It returns all the relations...but if I do:
> select relname,relacl from pg_class;
>     It gives me:
> pqReadData() -- backend closed the channel unexpectedly.

I do not see this on my 6.4 setup.  Possibly you have inconsistent
ACL data in your database --- like the example someone saw recently
where deleting a group name that was still referenced by an ACL
would make ACL display crash.  (I think this got fixed post-6.4...
or maybe it's still an outstanding bug?)
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] md.c is feeling much better now, thank you
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] Implications of multi-byte support in a distribution