How to Recover From Accidental Deletes ?

From: Anthony Raj <anthony_raj(at)persistent(dot)co(dot)in>
To: pgsql-admin(at)postgresql(dot)org
Subject: How to Recover From Accidental Deletes ?
Date: 2004-02-23 21:50:45
Message-ID: 403A75B5.4040302@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi ,

I have been trying to look at ways to recover from any accidental deletes.
Reading some pevious posts , its clear that its possible since the
records are
just marked for delete and not actually deleted. Its deleted only after
a Vacuum
command is run .

I believe its possible to talk to backent and read the data in the form
of raw
tuples . Any one know how its done ? or any docs that talk about such stuff.

thanks in advance,
Anthony

Browse pgsql-admin by date

  From Date Subject
Next Message Rajesh Kumar Mallah 2004-02-24 12:29:22 Tsearch1 problem
Previous Message Derek Dilts 2004-02-23 21:27:22 psql command to find open statements