Re: PITR for postgresql-7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PITR for postgresql-7.3
Дата
Msg-id 27026.1187026655@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PITR for postgresql-7.3  (Mary Ellen Fitzpatrick <mfitzpat@bu.edu>)
Список pgsql-general
Mary Ellen Fitzpatrick <mfitzpat@bu.edu> writes:
> I am trying to run pg_dump on the database with the corrupt table, and
> try to restore the database.  I also tried to vacuumdb the database and
> get the same error.
> I get the following error.

> pg_dump <database>
> pg_dump: query to obtain list of data types failed: PANIC:  read of clog
> file 100, offset 81920 failed: Success
> server closed the connection unexpectedly

That looks pretty bad --- it implies that there's corruption in the
pg_type system catalog, not only in your user table.  Which in turn
suggests that it's not a localized problem but might affect many
different data blocks.  I'm afraid that database is probably toast :-(.
An expert might be able to salvage something from it, but only with
great effort, and there'd be no guarantees of getting complete or
consistent data.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "Out of memory" errors..
Следующее
От: Ben
Дата:
Сообщение: is there a psql equivilent of fsck?