dumping tables from badly damaged db - Mailing list pgsql-admin

From Brian Ristuccia
Subject dumping tables from badly damaged db
Date
Msg-id 20031031161943.GB24232@sw.starentnetworks.com
Whole thread Raw
Responses Re: dumping tables from badly damaged db  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-admin
Recently I had a problem where a system crash scribbed on some directories,
which landed a bunch of files, including a few of the system table files for
one of my databases, in lost+found along with a zillion other files.

I might be able to find the file for this table/index in lost+found, but how
do I know what name to give it in /var/lib/postgres/...? These files are
named after OID's which I can't find because I can't connect to the
database.

If I can't get the file back, is there any way I can dump the data out of
the remaining tables?

Currently, I can't connect to the database with the following error:

psql: FATAL 1:  cannot open pg_class_relname_index: No such file or directory

I suspect that's very bad, considering the centrality of the pg_class
table...

--
Brian Ristuccia
bristucc@sw.starentnetworks.com

pgsql-admin by date:

Previous
From: CLeon@phs.org
Date:
Subject: Re: [linux-lvm] RE: [PERFORM] backup/restore - another
Next
From: Tom Lane
Date:
Subject: Re: Error compiling 7.3.4 on Solaris 9