Re: Help - corruption issue?

From: Tomas Vondra <tv(at)fuzzy(dot)cz>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Help - corruption issue?
Date: 2011-04-26 18:36:54
Message-ID: 4DB710C6.70905@fuzzy.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tomas Vondra 2011-04-26 18:40:04 Re: Help - corruption issue?
Previous Message Tom Lane 2011-04-26 18:33:23 Re: "pg_control version number" after 9.0.4 installation