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-11 22:52:45
Message-ID: 15349.1213224765@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:
> I tried:
> Delete from pg_shadow where ctid = '(0,1)';
> DELETE 0

This is looking more and more like a transaction ID wraparound problem.
Did you try the vacuum freeze suggestion?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2008-06-11 23:02:36 Re: Missing chunk number on a view?
Previous Message Adam Dear 2008-06-11 22:41:21 Re: Unable to dump database using pg_dump