cache lookup failed - Mailing list pgsql-novice

From victor
Subject cache lookup failed
Date
Msg-id 200109121422.f8CEMd791596@postgresql.org
Whole thread Raw
List pgsql-novice
Hi,
I have this function:

CREATE FUNCTION add_one (integer) RETURNS integer AS '
BEGIN
RETURN $1 + 1;
END;
' LANGUAGE 'plpgsql';

from postgres doc.
When I try somethin like this:

SELECT add_one(4);

I get :

ERROR:  fmgr_info: function 20086: cache lookup failed

please tell me what it's rong.

pgsql-novice by date:

Previous
From: Jason Tan
Date:
Subject: Re: accumulate setof ?
Next
From: "Gerard TOURRES"
Date:
Subject: Out of memory error