Re: [HACKERS] Odd problem with pg_class ... - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Odd problem with pg_class ...
Date
Msg-id 9252.936284129@sss.pgh.pa.us
Whole thread Raw
In response to Odd problem with pg_class ...  (The Hermit Hacker <scrappy@hub.org>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [HACKERS] md.c is feeling much better now, thank you
Next
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] Implications of multi-byte support in a distribution