Re: [ADMIN] Database is in recovery mode.

2011-11-30 Thread Lukasz Brodziak
Hello, Thank You for the reply. I managed to delete the row the way below: 1. Using EMS Manager for PostgreSQL I selected all the rows except the corrupted one. 2. Extracted the data to INSERT script 3. SET zero_damaged_pages TO true; VACUUM FULL table; 4. DROP/CREATE 5. INSERT script without the

Re: [ADMIN] Database is in recovery mode.

2011-11-30 Thread Tom Lane
Lukasz Brodziak writes: > I have isolated the corrupted row of data and isolated column which > constains bad data. Unfortunately I can't do anything with the row. I have > an older backup of the db which contains correct row. Is there a way I can > restore only the given row or replace it in the

Re: [ADMIN] Database is in recovery mode.

2011-11-29 Thread Lukasz Brodziak
Hi, I have isolated the corrupted row of data and isolated column which constains bad data. Unfortunately I can't do anything with the row. I have an older backup of the db which contains correct row. Is there a way I can restore only the given row or replace it in the file ( I also located the ro

Re: [ADMIN] Database is in recovery mode.

2011-11-28 Thread Scott Marlowe
On Mon, Nov 28, 2011 at 10:11 AM, Lukasz Brodziak wrote: > Hello, > I have a problem with client's database. When I log into application and > work on the data everything seems fine, but when I try to dumpd the database > connection closes. I have located the faulty table and when I try to cluster

Re: [ADMIN] Database is in recovery mode.

2011-11-28 Thread Craig Ringer
On 11/29/2011 01:11 AM, Lukasz Brodziak wrote: Hello, I have a problem with client's database. When I log into application and work on the data everything seems fine, but when I try to dumpd the database connection closes. I have located the faulty table and when I try to cluster it I get FAT

[ADMIN] Database is in recovery mode.

2011-11-28 Thread Lukasz Brodziak
Hello, I have a problem with client's database. When I log into application and work on the data everything seems fine, but when I try to dumpd the database connection closes. I have located the faulty table and when I try to cluster it I get FATAL: database is in recovery mode. It seems that ther