Thread: recover deleted records

recover deleted records

From
Allan Morris Caras
Date:
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





Re: recover deleted records

From
Robert Haas
Date:
On Tue, Nov 24, 2009 at 5:03 AM, Allan Morris Caras <amscaras@yahoo.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