Re: ERROR: could not open relation with OID 49152 - Mailing list pgsql-general

From Tom Lane
Subject Re: ERROR: could not open relation with OID 49152
Date
Msg-id 19611.1216685247@sss.pgh.pa.us
Whole thread Raw
In response to ERROR: could not open relation with OID 49152  ("Scott Marlowe" <scott.marlowe@gmail.com>)
Responses Re: ERROR: could not open relation with OID 49152
List pgsql-general
"Scott Marlowe" <scott.marlowe@gmail.com> writes:
> OK, I'm getting the above error on one of my fairly new 8.3 production
> databases.  It happens when I run a query to see the size of my
> tables.

> SELECT pg_relation_size(c.relfilenode),

Pretty sure that should be c.oid.

            regards, tom lane

pgsql-general by date:

Previous
From: "Scott Marlowe"
Date:
Subject: ERROR: could not open relation with OID 49152
Next
From: Alvaro Herrera
Date:
Subject: Re: ERROR: could not open relation with OID 49152