Re: [GENERAL] another BUG - Mailing list pgsql-general

From Bruce Momjian
Subject Re: [GENERAL] another BUG
Date
Msg-id 199909231822.OAA21689@candle.pha.pa.us
Whole thread Raw
In response to another BUG  ("Jonathan davis" <haj@idianet.net>)
List pgsql-general
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> hello,
>
> bd=> INSERT INTO pg_group VALUES('group-tgy');
> bd=> \z
> NOTICE:  get_groname: group 87 not found
> pqReadData() -- backend closed the channel unexpectedly.
>         This probably means the backend terminated abnormally
>         before or while processing the request.
> bd=> select * from pg_group;
> PQsendQuery() -- There is no connection to the backend.
>

Can't reproduce here:

    test=> create table test (x int);
    CREATE
    test=> INSERT INTO pg_group VALUES('group-tgy');
    INSERT 18761 1
    test=> \z
    Database    = test
     +----------+--------------------------+
     | Relation | Grant/Revoke Permissions |
     +----------+--------------------------+
     | test     |                          |
     +----------+--------------------------+


--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Stuart Rison
Date:
Subject: Re: [GENERAL] That migration problem
Next
From: Michael Simms
Date:
Subject: User Gallery in a mess