Re: Unable to dump database using pg_dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: adear(at)usnx(dot)net
Cc: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>, pgsql-general(at)postgresql(dot)org
Subject: Re: Unable to dump database using pg_dump
Date: 2008-06-12 16:20:36
Message-ID: 10409.1213287636@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Adam Dear <adear(at)usnx(dot)net> writes:
> If I restored the data directory again wouldn't that undo the Vacuum
> Freeze command that I did that has locked the database into the state
> that it is in now?

It'd undo the freeze, but that doesn't get you any closer to a solution.
What you need is to get rid of the wrapped-around xmax in the (0,1)
tuple.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rowan 2008-06-12 16:21:35 understanding a nested query
Previous Message Tom Lane 2008-06-12 16:15:36 Re: Heavily fragmented table and index data in 8.0.3