Recovering deleted or updated rows

From: "Florian G(dot) Pflug" <fgp(at)phlo(dot)org>
To: pgsql-general(at)postgresql(dot)org
Subject: Recovering deleted or updated rows
Date: 2006-11-15 10:19:54
Message-ID: 455AE9CA.2090209@phlo.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jorge Godoy 2006-11-15 10:23:46 Re: RE : Re: database design ...
Previous Message Joe Conway 2006-11-15 09:53:41 Re: connectby usage question