Thread: sam/NEED HELP URGENTLY
Hi,
I have been trying to return multiple columns and rows from a function in postgresql.
I get the following error message
An error has occurrend in pgAdmin
Number -2147467259
Description:Error while executing the query
ERROR: fmgr_info:function 152827:cache lookup failed
Can you help me in resolving this
Thanks & Regards
Sam Seetepalli
Sam Seetepalli
That message actually comes from PostgreSQL & usually means that a function that is being called (which had an oid = 152827) is missing. Check that any functions that are being called from triggers, rules, views & other functions all exist.
If you can't find the fault, you're probably better off looking for help on a PostgreSQL list such as pgsql-general@postgresql.org
Regards, Dave.
-----Original Message-----
From: sam [mailto:sam@systelinc.com]
Sent: 20 April 2002 05:51
To: pgadmin-support@postgresql.org
Subject: [pgadmin-support] sam/NEED HELP URGENTLYHi,I have been trying to return multiple columns and rows from a function in postgresql.I get the following error messageAn error has occurrend in pgAdminNumber -2147467259Description:Error while executing the queryERROR: fmgr_info:function 152827:cache lookup failedCan you help me in resolving thisThanks & Regards
Sam Seetepalli