Re: recover deleted records

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Allan Morris Caras <amscaras(at)yahoo(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: recover deleted records
Date: 2009-11-24 15:14:09
Message-ID: 603c8f070911240714k14cd5fc6l97c91be29dcbd7e0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-general

On Tue, Nov 24, 2009 at 5:03 AM, Allan Morris Caras <amscaras(at)yahoo(dot)com> wrote:
> I have accidentally / stupidly deleted records from a table.
>
> I tried delete from where exist and it deleted the whole table.
>
> Is there a way I can recover it?
>
> I'm using postgres 8.4
>
> Any help is appreciated. TIA

I think you're going to need to restore from backup.

Incidentally, this is the wrong place for asking questions of this
type. You should try pgsql-general.

...Robert

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2009-11-24 16:30:31 pgsql: Made function better readable.
Previous Message Pavel Stehule 2009-11-24 12:14:25 Re: [COMMITTERS] recover deleted records

Browse pgsql-general by date

  From Date Subject
Next Message Kurt 2009-11-24 15:25:26 exclude table from transactions
Previous Message John Oyler 2009-11-24 15:13:17 Re: I need help creating a composite type with some sort of constraints.