Re: pg_dump: schema with OID 559701082 does not exist
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Dirk Lutzebäck <lutzeb@aeccom.com>
Cc: pgsql-bugs@postgresql.org
Date: 2005-11-29T16:40:41Z
Lists: pgsql-bugs
=?ISO-8859-1?Q?Dirk_Lutzeb=E4ck?= <lutzeb@aeccom.com> writes: > I get the following error when I call: > # pg_dump db > pg_dump: schema with OID 559701082 does not exist I suspect a corrupted catalog entry. Look through your system catalogs for an entry referring to namespace 559701082 --- you want to look in pg_class.relnamespace, pg_proc.pronamespace, etc. regards, tom lane