Odd problem with pg_class ...

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема Odd problem with pg_class ...
Дата
Msg-id Pine.BSF.4.10.9909021047410.52139-100000@thelab.hub.org
обсуждение исходный текст
Ответы Re: [HACKERS] Odd problem with pg_class ...  (The Hermit Hacker <scrappy@hub.org>)
Re: [HACKERS] Odd problem with pg_class ...  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Morning all...
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.       This probably means the backend terminated abnormally
beforeor
 
while processing the request. We have lost the connection to the backend,
so further processing is impossible.  Terminating.
Still investigating, but if anyone has any suggestions, I'm all
ears...

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] md.c is feeling much better now, thank you
Следующее
От: Thomas Lockhart
Дата:
Сообщение: Re: [HACKERS] SELECT BUG