[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