help me, please

From: Vinicio Llumiquinga <vinill(at)alainet(dot)org>
To: pgsql-bugs(at)postgresql(dot)org
Subject: help me, please
Date: 2001-05-09 19:02:26
Message-ID: 3AF99442.3AC5E85F@alainet.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

I have a problem
I have a function in plpgsql:

create function add_one (integer) returns integer as '
begin
return $1+1;
end;
' language 'plpgsql';

When I create in psql monitor this function the message is CREATED
Then I write:
select add_one(1);
and always say:

fmgr_info: function 18816: cache lookup failed

This happend when I write any function.
How Can I resolve this problem?

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Stephan Szabo 2001-05-09 19:04:01 Re: SELECT updatability clause defective.
Previous Message Peter Eisentraut 2001-05-09 18:35:07 Re: Re: [BUGS] Doc bug undefined special characters