Re: Error ?? - Mailing list pgsql-sql

From Tom Lane
Subject Re: Error ??
Date
Msg-id 16769.983333342@sss.pgh.pa.us
Whole thread Raw
In response to Error ??  (Tubagus Nizomi <nizomi@dnet.net.id>)
List pgsql-sql
Tubagus Nizomi <nizomi@dnet.net.id> writes:
> NOTICE:  get_groname: group 0 not found
> getTables(): SELECT failed.  Explanation from backend: 'pqReadData() -- 
> backend closed the channel unexpectedly.

I think you dropped a user that was still a member of a group, or
a group still referred to in a table's permissions, or something
like that.  Look into pg_user and pg_group, and look at the permissions
of the table you were trying to access.

We have fixed a couple of bugs like this in current sources, but I'd
like to know the details when you have them, just to make sure this
case is covered now ...
        regards, tom lane


pgsql-sql by date:

Previous
From: Tubagus Nizomi
Date:
Subject: Error ??
Next
From: Louis-David Mitterrand
Date:
Subject: Re: Compiling "C" Functions