Re: trying to repair a bad header block

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: trying to repair a bad header block
Дата
Msg-id dcc563d10810291824p72817961ufeffc8bb2b66c242@mail.gmail.com
обсуждение исходный текст
Ответ на Re: trying to repair a bad header block  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: trying to repair a bad header block  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Re: trying to repair a bad header block  (gherzig@fmed.uba.ar)
Список pgsql-sql
On Wed, Oct 29, 2008 at 6:36 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> "Scott Marlowe" <scott.marlowe@gmail.com> writes:
>> On Wed, Oct 29, 2008 at 4:23 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> If you can tolerate losing the data on that page, just zero out the
>>> entire 8K page.  dd from /dev/zero is the usual tool.
>
>> Would zero_damaged_pages work here?  I know it's a shotgun to kill a
>> flea, but it's also easier and safer for a lot of folks than dding a
>> page in their table.
>
> It would work, but if you have any *other* damaged pages you might
> lose more than you were expecting ...

Agreed.  OTOH, on slip of the fingers for a newbie with dd and the
whole table is gone.  I guess it's always a trade off.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: trying to repair a bad header block
Следующее
От: "Scott Marlowe"
Дата:
Сообщение: Re: trying to repair a bad header block