Re: question about MAKE_EXPIRED_TUPLES_VISIBLE - Mailing list pgsql-general

From Tony Caduto
Subject Re: question about MAKE_EXPIRED_TUPLES_VISIBLE
Date
Msg-id 43E297C6.5080905@amsoftwaredesign.com
Whole thread Raw
In response to Re: question about MAKE_EXPIRED_TUPLES_VISIBLE  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
List pgsql-general
Stephan Szabo wrote:

>I think something like
>CFLAGS="-D MAKE_EXPIRED_TUPLES_VISIBLE" ./configure
>would be the way to get it.
>
>
>

Thanks,
I worked like a charm once I knew it was a CFLAG.

I did the dump as plain text insert statements, verified the deleted
records where there, then restored into a temp database, deleted all
records I did not need, then
dumped/restored back into the original table.

Thanks to Bruce for including this in 8.1, if used properly it's a life
saver :-)

Tony

pgsql-general by date:

Previous
From: Bricklen Anderson
Date:
Subject: Re: Can't get the field = ANY(array) clause to work...
Next
From: Michael Fuhr
Date:
Subject: Re: C Language Stored Procedure Returning No Data