plpgsql

From: "Zodiac" <bishop(at)nm(dot)ru>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: plpgsql
Date: 2003-04-15 17:32:50
Message-ID: 002601c30375$0ad87240$7739e2c2@zodiacfhynm2is
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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...

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message mallah 2003-04-15 17:37:58 Re: plpgsql
Previous Message mallah 2003-04-15 17:10:37 Re: Percentage of Total Occurances