Re: cache lookup failed for function 0 - Mailing list pgsql-general

From Tom Lane
Subject Re: cache lookup failed for function 0
Date
Msg-id 1561293.1696094414@sss.pgh.pa.us
Whole thread Raw
In response to Re: cache lookup failed for function 0  (pf@pfortin.com)
Responses Re: cache lookup failed for function 0
List pgsql-general
pf@pfortin.com writes:
> Python script and sample file attached...

This runs fine for me, both in HEAD and 15.4.

(Well, it fails at the last GRANT, seemingly because you wrote
"{table}" not "{TABLE}".  But the COPY goes through fine.)

Assuming that you verified that this specific test case fails
for you, we're down to just a couple of theories:

1. There's some relevant info you didn't supply yet (is it
really a completely plain-vanilla installation?  Maybe some
odd choice of locale?)

2. There's something wrong with your Postgres installation.

It's hard to get much further than that with the info that
we have.

            regards, tom lane



pgsql-general by date:

Previous
From: pf@pfortin.com
Date:
Subject: Re: cache lookup failed for function 0
Next
From: Bruce Momjian
Date:
Subject: Re: Gradual migration from integer to bigint?