Re: Future request: BgBouncer && "cache lookup failed for function": Auto recache function. - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Future request: BgBouncer && "cache lookup failed for function": Auto recache function.
Date
Msg-id 14706.1229215366@sss.pgh.pa.us
Whole thread Raw
In response to Future request: BgBouncer && "cache lookup failed for function": Auto recache function.  ("Oleg Serov" <serovov@gmail.com>)
List pgsql-hackers
"Oleg Serov" <serovov@gmail.com> writes:
> Hello!. I'm using PgBouncer with permanent connection, So, when i
> deleting(or editing?) some functions i have an error
> ERROR:  cache lookup failed for function ......;

You're going to need to explain exactly what you're doing if you
want help with that.  However, if the answer is that you're doing
DROP/CREATE of existing functions, then the fix is to use CREATE OR
REPLACE FUNCTION instead.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3
Next
From: Greg Stark
Date:
Subject: Re: array_to_string(anyarray, text) that was working in 8.1 is not working in 8.3