Re: Help - corruption issue? - Mailing list pgsql-general

From Tomas Vondra
Subject Re: Help - corruption issue?
Date
Msg-id 4DB710C6.70905@fuzzy.cz
Whole thread Raw
In response to Re: Help - corruption issue?  (Phoenix Kiula <phoenix.kiula@gmail.com>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: "pg_control version number" after 9.0.4 installation
Next
From: Tomas Vondra
Date:
Subject: Re: Help - corruption issue?