Recovering deleted or updated rows

Поиск
Список
Период
Сортировка
От Florian G. Pflug
Тема Recovering deleted or updated rows
Дата
Msg-id 455AE9CA.2090209@phlo.org
обсуждение исходный текст
Ответы Re: Recovering deleted or updated rows  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: connectby usage question
Следующее
От: Jorge Godoy
Дата:
Сообщение: Re: RE : Re: database design ...