Re: pg_class / missing tables

Поиск
Список
Период
Сортировка
От Chester Kustarz
Тема Re: pg_class / missing tables
Дата
Msg-id Pine.BSO.4.44.0409140035010.26903-100000@detroit.arbor.net
обсуждение исходный текст
Ответ на pg_class / missing tables  (Wim Kerkhoff <wim@nyetwork.org>)
Список pgsql-admin
On Mon, 13 Sep 2004, Wim Kerkhoff wrote:
> Short story: server was rebooted without being shut down properly, upon
> bootup PostgreSQL (7.4.3) starts fine, but a couple of data tables
> (along with their associated indexes and sequences) are gone. Other
> tables are still there.

Perhaps you have IDE disks that do not fsync properly. I have seen
a box that had a bad disk system get into the same condition as well.
Perhaps the transaction commit bug fixed in 7.4.4 got you. Perhaps you
turned fsync off.

In any event, some of your tables and/or indexes are corrupted. You should
test your hardware to eliminate that as a concern and upgrade your postgres
version.

You have backups, right?



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

Предыдущее
От: "Andrew Janian"
Дата:
Сообщение: Database size
Следующее
От: Oliver Elphick
Дата:
Сообщение: Re: Trigger set to backup to other table NOT FUNCTIONING...