Re: Error ??

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tubagus Nizomi <nizomi(at)dnet(dot)net(dot)id>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Error ??
Date: 2001-02-28 04:09:02
Message-ID: 16769.983333342@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Tubagus Nizomi <nizomi(at)dnet(dot)net(dot)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

In response to

  • Error ?? at 2001-02-28 01:55:58 from Tubagus Nizomi

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Perrin 2001-02-28 14:49:01 Re: create function w/indeterminate number of args?
Previous Message Tubagus Nizomi 2001-02-28 01:55:58 Error ??