Re: error connecting to database: could not open relation

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Martijn van Oosterhout <kleptog(at)svana(dot)org>
Cc: PontoSI - Consultoria, Informática e Serviços LDA <geral(at)pontosi(dot)pt>, Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: error connecting to database: could not open relation
Date: 2008-04-24 14:52:28
Message-ID: 28612.1209048748@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Martijn van Oosterhout <kleptog(at)svana(dot)org> writes:
> Ok, 2661 is definitly pg_cast_source_target_index on my system so the
> -P should have caused postgres to ignore it.

That was my first thought too. However, if the pg_internal.init file
were missing/broken then the thing would try to rebuild it, and I think
that would involve opening most system indexes. Try inserting a correct
pg_internal.init file --- ideally from a recent backup, but if you
haven't got one then it most likely will work to copy it from another DB
in the same installation, or in extremis do an initdb in a temporary
directory and take the file from there.

Of course, if the data loss extended to more than just index(es) you're
still hosed ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2008-04-24 15:06:07 Re: error connecting to database: could not open relation
Previous Message Merlin Moncure 2008-04-24 14:48:58 Re: Stored procedures in C