ran an update outside of transaction, can i roll it back in anyway ? - Mailing list pgsql-general

From Jeff MacDonald
Subject ran an update outside of transaction, can i roll it back in anyway ?
Date
Msg-id FJENKCLABGGBKBDGHOJJKEOBCAAA.jeff@interchange.ca
Whole thread Raw
Responses Re: ran an update outside of transaction, can i roll it back in anyway ?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Hi,

This morning in a sleepy daze I typed

UPDATE boo SET foo = 6;

at the psql console. i meant to type

UPDATE boo SET foo = 6 WHERE x = 10;

I did not have this in a transaction, and have not vacuumed since
I pressed enter.

This is on PostgreSQL 7.2.4 on i386-unknown-freebsd4.7, compiled by GCC
2.95.3

Is there anyway that I can retrieve this data ?

[Please don't preach about backups, I've already
 fwapped myself for that one]

Thanks folks,

Jeff.


pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Executing queries in C functions
Next
From: Ben
Date:
Subject: Re: problem with pl/pgsql