Re: Temporary table - Mailing list pgsql-general

From Tom Lane
Subject Re: Temporary table
Date
Msg-id 5808.1060443391@sss.pgh.pa.us
Whole thread Raw
In response to Temporary table  ("Juris Krumins" <juriskr@komin.lv>)
List pgsql-general
"Juris Krumins" <juriskr@komin.lv> writes:
> Always it's ok, so it's execute without any problems. But sometimes I get
> error like this :
> Warning: pg_exec()[function.pg-exec]:Query failed:ERROR: cache lookup of
> relation 149064743 failed.

Hmm, that seems bad.  Is the given relation number always the same?  Is
there a row with that OID in pg_class?  (Try "select * from pg_class
where oid = 149064743".)

What PG version is this?

            regards, tom lane

pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: The database is very slow !
Next
From: Tom Lane
Date:
Subject: Re: postgesql-7.3.3 lo_create/lo_open fails