Re: [GENERAL] recover deleted data

2013-09-20 Thread Kevin Grittner
AI Rumman wrote: > Is there any way to recover deleted record in Postgresql 9.2 if > we don't have any backup. I would recommend following the advice here *immediately*: http://wiki.postgresql.org/wiki/Corruption Any recoverable data may be disappearing through normal maintenance operations as

[GENERAL] recover deleted data

2013-09-20 Thread AI Rumman
Is there any way to recover deleted record in Postgresql 9.2 if we don't have any backup. Thanks.