plpgsql - Mailing list pgsql-sql

From Zodiac
Subject plpgsql
Date
Msg-id 002601c30375$0ad87240$7739e2c2@zodiacfhynm2is
Whole thread Raw
Responses Re: plpgsql  (<mallah@trade-india.com>)
List pgsql-sql
Hello everybody!
I have a problem with using language "plpgsql".
 
When i try to create plpgsql_call_handler() i receive error message:
"Load of file /usr/local/psql/lib/plpgsql.so failed:
/usr/local/psql/lib/plpgsql.so: undefined symbol: getTypeInputInfo"
 
Listing of function is:
CREATE FUNCTION plpgsql_call_handler() RETURNS OPAQUE
AS '/usr/local/psql/lib/plpgsql.so'
LANGUAGE 'C';
 
I'm using PostgreSQL 7.2 installed from rpm's. File plpgsql.so exists and is placed in correct folder.
 
What this error means and what should i do?
 
Thanks for any help.
 
P.S. OS is AspLinux...
 
 

pgsql-sql by date:

Previous
From:
Date:
Subject: Re: Percentage of Total Occurances
Next
From:
Date:
Subject: Re: plpgsql