Re: Unable to dump database using pg_dump - Mailing list pgsql-general

From Adam Dear
Subject Re: Unable to dump database using pg_dump
Date
Msg-id 48505A21.8080301@usnx.net
Whole thread Raw
In response to Re: Unable to dump database using pg_dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Unable to dump database using pg_dump
List pgsql-general
I tried:

Vacuum Freeze pg_shadow;

Then

Reindex database madisoncounty;

Then

Delete from pg_shadow where ctid='(0,1)';


The record is still there.

Tom Lane wrote:
> Adam Dear <adear@usnx.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
>


pgsql-general by date:

Previous
From: David Lambert
Date:
Subject: Re: Determining offsets to jump to grab a group of records
Next
From: Tom Lane
Date:
Subject: Re: Unable to dump database using pg_dump