Re: pg_class could not be found - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_class could not be found
Date
Msg-id 27779.1086362456@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_class could not be found  (Martijn van Oosterhout <kleptog@svana.org>)
List pgsql-general
Martijn van Oosterhout <kleptog@svana.org> writes:
> Sigh. Sorry, that tool really needs some TLC to get it working across
> all the versions of PostgreSQL I don't have access to. It's looking for
> pg_class and is assuming it's OID 1259 and trying to open that file.
> Evidently it's failing.

I don't think it's a version issue; pg_class has always been OID 1259
(and relfilenode 1259, too).  You might have version issues once you
started looking inside pg_class, but not before that.

Remember this is the guy whose disk drive seems to have committed major
sins of omission on his last shutdown.  I think the file's probably just
plain gone :-(

            regards, tom lane

pgsql-general by date:

Previous
From: zhicheng wang
Date:
Subject: pg_xlog
Next
From: Bruno Wolff III
Date:
Subject: Re: Insert increment based on a group by?