Re: Corrupted table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Corrupted table
Дата
Msg-id 20896.1002601391@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Corrupted table  (Robert Mosher <mosher@andrews.edu>)
Ответы Re: Corrupted table
Список pgsql-novice
Robert Mosher <mosher@andrews.edu> writes:
> So no suggestions to recover things, or at least only kill the one table,
> and not the entire database?

You should be able to drop the broken table after doing

    touch $PGDATA/base/yourdb/yourtable

(make the obvious substitutions...)  Your immediate problem is you
have a pg_class entry for a table and no underlying file to match.

            regards, tom lane

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

Предыдущее
От: Robert Mosher
Дата:
Сообщение: Corrupted table . . .
Следующее
От: Robert Mosher
Дата:
Сообщение: Re: Corrupted table