Re: [GENERAL] another BUG

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Jonathan davis <haj(at)idianet(dot)net>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] another BUG
Date: 1999-09-23 18:22:04
Message-ID: 199909231822.OAA21689@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

  • another BUG at 1999-07-19 16:51:55 from Jonathan davis

Browse pgsql-general by date

  From Date Subject
Next Message Michael Simms 1999-09-23 19:04:51 User Gallery in a mess
Previous Message Stuart Rison 1999-09-23 18:09:45 Re: [GENERAL] That migration problem