Re: Repairing table corruption

Поиск
Список
Период
Сортировка
От Tod McQuillin
Тема Re: Repairing table corruption
Дата
Msg-id 20010910152210.F89526-100000@glass.pun-pun.prv
обсуждение исходный текст
Ответ на Repairing table corruption  ("Graham White" <gawhite7@home.com>)
Список pgsql-general
On Sun, 9 Sep 2001, Graham White wrote:

> We are looking at moving from a Mysql database setup and we understand
> that table corruption in Postgres is a lot less likely but if it does
> happen are there built in utilities to repair the tables? Recommended
> 3rd party products?  Thanks

If your table data becomes corrupted, then you really can't trust the data
contained there, and there's no way (in general) that any utility can
guess what the data should be.  In this case the only safe course is to
restore from backups.

This should be true for any databse product, but perhaps mysql is known to
fail in specific ways that a certain type of cleanup can repair.  I'm not
aware of any such known corruption patterns in PostgreSQL.
--
Tod McQuillin



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

Предыдущее
От: "Graham White"
Дата:
Сообщение: Repairing table corruption
Следующее
От: Jefim Matskin
Дата:
Сообщение: FW: a plpgsql programming question