Re: EXT :Re: Intermittent occurrence of ERROR: could not open relation - Mailing list pgsql-general

From Nykolyn, Andy (AS)
Subject Re: EXT :Re: Intermittent occurrence of ERROR: could not open relation
Date
Msg-id 3F116676B62050438121BFAB3F3CAA3112CAA75B@XMBVAG75.northgrum.com
Whole thread Raw
In response to Re: EXT :Re: Intermittent occurrence of ERROR: could not open relation  (Adrian Klaver <adrian.klaver@gmail.com>)
Responses Re: EXT :Re: Intermittent occurrence of ERROR: could not open relation  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Are you using EXECUTE or doing a straight CREATE TEMP TABLE ...?
Maybe a sample with sensitive info changed?
The insert you mention happens in the same procedure or is there a nested
procedure?

It is a straight CREATE TEMP TABLE.  It does not happen on the same procedure every time.  It happens on different
proceduressometimes they are nested.  These store procedures have been working for many years the same way.  Only
recentlyhas this error been intermittently occurring on temp tables.  Sometimes it occurs on the create, sometimes it
occurson an insert, update or delete on a temp table 

Is there a database pooler in the mix?
Are there any other errors in the logs at the same time that might pertain?

There is no database pooler and there are never any other errors in the log at the time of this error.


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: EXT :Re: Intermittent occurrence of ERROR: could not open relation
Next
From: Martijn van Oosterhout
Date:
Subject: Re: pg_dump -s dumps data?!