RE: [INTERFACES] [Fwd: bug ? get_groname: group 0 not found]

Поиск
Список
Период
Сортировка
От postgres@taifun.interface-business.de
Тема RE: [INTERFACES] [Fwd: bug ? get_groname: group 0 not found]
Дата
Msg-id XFMail.990902111851.postgres@taifun.interface-business.de
обсуждение исходный текст
Ответ на [Fwd: bug ? get_groname: group 0 not found]  (Spirou <spirou@carolo.net>)
Список pgsql-interfaces
Spirou,

>> ---------------------------
>> INSERT INTO pg_group VALUES ('http_user')
>> CREATE USER "www-data" IN GROUP http_user;
>> CREATE USER nobody IN GROUP http_user;
>> 
>> mybase=> select * from pg_group;
>> groname  |grosysid|grolist
>> ---------+--------+-------
>> http_user|        |
>> (1 row)
>> 
>> mybase=> \z
>> NOTICE:  get_groname: group 0 not found
>> pqReadData() -- backend closed the channel unexpectedly.
>>         This probably means the backend terminated abnormally
>>         before or while processing the request.

Please look at my answer for Wim Aarts question "can grolist in pg_group be
updated" in the GENERAL list. There you can found an URL for an administration
tool which handles the group access for you.

Gerald



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Gerald Fiedler
Дата:
Сообщение: RE: [INTERFACES] [Fwd: bug ? get_groname: group 0 not found]
Следующее
От: Claudio Cicognani
Дата:
Сообщение: Link error from libpq++ on RedHat 6.0 and Postgres 6.5.1