Re: failed sanity check, table answers was not found

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marek Pętlicki <marpet(at)buy(dot)pl>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: failed sanity check, table answers was not found
Date: 2001-04-17 15:04:39
Message-ID: 23711.987519879@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

=?iso-8859-2?Q?Marek_P=EAtlicki?= <marpet(at)buy(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2001-04-17 15:09:22 Re: index not used with subselect in where clause ?
Previous Message Josh Berkus 2001-04-17 14:56:12 Re: Cursors in plpgsql