| От | Tom Lane |
|---|---|
| Тема | Re: Damaged table "pg_access" |
| Дата | |
| Msg-id | 14900.975423998@sss.pgh.pa.us обсуждение |
| Ответ на | Damaged table "pg_access" (Jens Hartwig <jhartwig@debis.com>) |
| Список | pgsql-sql |
Jens Hartwig <jhartwig@debis.com> writes:
> when I try to access the system-table "pg_class", I get the following
> error:
> zeda=# select * from pg_class;
> NOTICE: get_groname: group 1 not found
> pqReadData() -- backend closed the channel unexpectedly.
Evidently you had created a group with sysid 1, granted some permissions
on some table to that group, and then deleted the group. Re-create the
group (CREATE GROUP foo WITH SYSID 1).
I thought the crash in this situation had been fixed long since, but
apparently not :-( ... it still fails in current sources. I'll make
sure it's fixed for 7.1.
regards, tom lane
В списке pgsql-sql по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера