Re: pg_class and relfilenode

Поиск
Список
Период
Сортировка
От Andrew Sullivan
Тема Re: pg_class and relfilenode
Дата
Msg-id 20040211114709.GB30118@phlogiston.dyndns.org
обсуждение исходный текст
Ответ на pg_class and relfilenode  ("muteki muteki" <muteki_f@hotmail.com>)
Список pgsql-general
On Tue, Feb 10, 2004 at 08:29:50PM -0800, muteki muteki wrote:
> Hi,
>
> I am currently having the corrupted tables issues
> described in the following link (possibly caused by
> power failure, which happens pretty often)
> http://archives.postgresql.org/pgsql-admin/2003-04/msg00012.php.
> Since we have our systems being deployed to numerous
> remote systems (psql 7.2.3), upgrading the entire database
> (with data migration) will be the least preferable
> solution.  I am thinking of creating a script that

You don't need to do any data migration to get off 7.2.3 -- 7.2.4 is
a drop-in replacement, so you should at least do that upgrade first.

But I don't think that power failures would be enough to cause the
kind of problem you're describing, unless you're running without
fsync or something.  Care to give more details?

In any case, I think that your script is mighty dangerous.  It sounds
like a recipe for data loss to me.  Postgres is considerably more
robust than this, and I think you're trying to cover up some serious
problems that you may have, likely with your hardware.

A


--
Andrew Sullivan

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

Предыдущее
От: Andrew Sullivan
Дата:
Сообщение: Re: DB cache size strategies
Следующее
От: John DeSoi
Дата:
Сообщение: Re: I want to use postresql for this app, but...