Re: Recover rows deleted

From: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
To: "sthomas(at)optionshouse(dot)com" <sthomas(at)optionshouse(dot)com>
Cc: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Recover rows deleted
Date: 2012-06-04 16:47:10
Message-ID: 1338828430.37350.YahooMailNeo@web171006.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

In linux exists (https://github.com/omniti-labs/pgtreats/blob/master/contrib/pg_dirtyread/pg_dirtyread.c)
But I can't compile in Windows :(
Anybody could compile in Windows?

>________________________________
> De: Shaun Thomas <sthomas(at)optionshouse(dot)com>
>Para: Alejandro Carrillo <fasterzip(at)yahoo(dot)es>
>CC: "pgsql-performance(at)postgresql(dot)org" <pgsql-performance(at)postgresql(dot)org>
>Enviado: Lunes 4 de junio de 2012 11:43
>Asunto: Re: [PERFORM] Recover rows deleted
>
>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
>
>-- Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
>To make changes to your subscription:
>http://www.postgresql.org/mailpref/pgsql-performance
>
>
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2012-06-04 17:04:08 Re: Recover rows deleted
Previous Message Shaun Thomas 2012-06-04 16:43:16 Re: Recover rows deleted