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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Odd problem with pg_class ...
Date: 1999-09-02 14:55:29
Message-ID: 9252.936284129@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

The Hermit Hacker <scrappy(at)hub(dot)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

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 1999-09-02 15:03:00 Re: [HACKERS] Implications of multi-byte support in a distribution
Previous Message Tom Lane 1999-09-02 14:43:33 Re: [HACKERS] md.c is feeling much better now, thank you