Re: failed sanity check, table answers was not found - Mailing list pgsql-general

From Tom Lane
Subject Re: failed sanity check, table answers was not found
Date
Msg-id 23711.987519879@sss.pgh.pa.us
Whole thread Raw
In response to failed sanity check, table answers was not found  (Marek Pętlicki <marpet@buy.pl>)
Responses Re: failed sanity check, table answers was not found
List pgsql-general
=?iso-8859-2?Q?Marek_P=EAtlicki?= <marpet@buy.pl> writes:
> I receive this error when trying to pg_dump -s
>     failed sanity check, table answers was not found

I suspect you have a table whose owner no longer exists in pg_shadow.
Check the pg_class.relowner value for that table, and create a user
with the matching usesysid.

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: drastic reduction in speed of inserts as the table grows
Next
From: Peter T Mount
Date:
Subject: Re: JDBC & large Objects