Re: [GENERAL] question about MAKE_EXPIRED_TUPLES_VISIBLE

2006-02-02 Thread Tony Caduto
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 in

Re: [GENERAL] question about MAKE_EXPIRED_TUPLES_VISIBLE

2006-02-02 Thread Stephan Szabo
On Thu, 2 Feb 2006, Tony Caduto wrote: > Tom Lane wrote: > > >Tony Caduto <[EMAIL PROTECTED]> writes: > > > > > >>I saw some where that if I recompiled my server with > >>MAKE_EXPIRED_TUPLES_VISIBLE I would be able to see deleted rows? > >> > >> > > > >If you aren't a certified wizard you do NOT w

Re: [GENERAL] question about MAKE_EXPIRED_TUPLES_VISIBLE

2006-02-02 Thread Tony Caduto
Tom Lane wrote: Tony Caduto <[EMAIL PROTECTED]> writes: I saw some where that if I recompiled my server with MAKE_EXPIRED_TUPLES_VISIBLE I would be able to see deleted rows? If you aren't a certified wizard you do NOT want to turn that on, because it will very probably help you make t

Re: [GENERAL] question about MAKE_EXPIRED_TUPLES_VISIBLE

2006-02-02 Thread Tom Lane
Tony Caduto <[EMAIL PROTECTED]> writes: > I saw some where that if I recompiled my server with > MAKE_EXPIRED_TUPLES_VISIBLE I would be able to see deleted rows? If you aren't a certified wizard you do NOT want to turn that on, because it will very probably help you make things worse. My opinion