Re: Recover rows deleted

From: Shaun Thomas <sthomas(at)optionshouse(dot)com>
To: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Recover rows deleted
Date: 2012-06-04 16:43:16
Message-ID: 4FCCE5A4.8040001@optionshouse.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 06/04/2012 11:14 AM, Alejandro Carrillo wrote:

> Anybody knows a function that let's recover a record (row) deleted in
> Windows?

Sorry Alejandro, I'm pretty sure no database anywhere has a function
like that. If there were, I'd certainly like to see it! Generally you
avoid situations like this by using transactions. If you do accidentally
delete a row, that's what backups are for.

Again, sorry to be the bearer of bad news.

--
Shaun Thomas
OptionsHouse | 141 W. Jackson Blvd. | Suite 500 | Chicago IL, 60604
312-444-8534
sthomas(at)optionshouse(dot)com

______________________________________________

See http://www.peak6.com/email_disclaimer/ for terms and conditions related to this email

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alejandro Carrillo 2012-06-04 16:47:10 Re: Recover rows deleted
Previous Message Alejandro Carrillo 2012-06-04 16:14:11 Re: Recover rows deleted