Re: Help - corruption issue?

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Help - corruption issue?
Дата
Msg-id 4DB710C6.70905@fuzzy.cz
обсуждение исходный текст
Ответ на Re: Help - corruption issue?  (Phoenix Kiula <phoenix.kiula@gmail.com>)
Список pgsql-general
Dne 26.4.2011 04:50, Phoenix Kiula napsal(a):
> Tomas, the line where it crashed, here are the 10 or so lines around it:
>
>> > head -15272350 /backup/links/links_all.txt | tail -20

No, those lines are before the one that causes problems - line number is
15272357, and you've printed just 15272350 lines using head. Do this

$ head -15272367 /backup/links/links_all.txt | tail -20

That should give us 10 lines before, 10 lines after.

Tomas.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: "pg_control version number" after 9.0.4 installation
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Help - corruption issue?