Recovering deleted or updated rows - Mailing list pgsql-general

From Florian G. Pflug
Subject Recovering deleted or updated rows
Date
Msg-id 455AE9CA.2090209@phlo.org
Whole thread Raw
Responses Re: Recovering deleted or updated rows  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi

I'm looking for a way to recover deleted or old versions of
accidentally updated rows from a postgres 7.4 database. I've
verified that the relevant tables haven't been vacuumed since
the accident took place.

I was thinking that it might work to patch the clog so that
the offending transactions look like they have never been
comitted? Would that work? How could I patch the clog?

If you have any other ideas, please tell me - I'm quite
desperate ;-)

greetings, Florian Pflug

pgsql-general by date:

Previous
From: Joe Conway
Date:
Subject: Re: connectby usage question
Next
From: Jorge Godoy
Date:
Subject: Re: RE : Re: database design ...