Re: [GENERAL] Recovering deleted or updated rows

2006-11-16 Thread Florian G. Pflug
Tom Lane wrote: "Florian G. Pflug" <[EMAIL PROTECTED]> writes: 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

Re: [GENERAL] Recovering deleted or updated rows

2006-11-15 Thread Tom Lane
"Florian G. Pflug" <[EMAIL PROTECTED]> writes: > 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

Re: [GENERAL] Recovering deleted or updated rows

2006-11-15 Thread Marcin Mank
- Original Message - From: "Florian G. Pflug" <[EMAIL PROTECTED]> To: Sent: Wednesday, November 15, 2006 11:19 AM Subject: [GENERAL] Recovering deleted or updated rows > Hi > > I'm looking for a way to recover deleted or old versions of > accidentally

[GENERAL] Recovering deleted or updated rows

2006-11-15 Thread Florian G. Pflug
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 transaction