Re: plpgsql - Mailing list pgsql-sql

From Jan Wieck
Subject Re: plpgsql
Date
Msg-id 3E9C46F0.DDB1488C@Yahoo.com
Whole thread Raw
In response to plpgsql  ("Zodiac" <bishop@nm.ru>)
Responses Re: plpgsql  (Rajesh Kumar Mallah <mallah@trade-india.com>)
List pgsql-sql
mallah@trade-india.com wrote:
> 
> Have you tried createlang command?

I doubt that would work. Looks to me like a version mismatch between the
backend and the loadable object for the PL. Who installed that system
and was there lately some upgrade attempt?


Jan

> 
> $ createlang -Uusername plpgsql dbname
> 
> > 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...
> 
> -----------------------------------------
> Get your free web based email at trade-india.com.
>    "India's Leading B2B eMarketplace.!"
> http://www.trade-india.com/
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster


-- 
#======================================================================#
# It's easier to get forgiveness for being wrong than for being right. #
# Let's break this rule - forgive me.                                  #
#================================================== JanWieck@Yahoo.com #



pgsql-sql by date:

Previous
From:
Date:
Subject: Re: plpgsql
Next
From: Guy Fraser
Date:
Subject: What is the scope of a temp table?