Re: plpgsql - Mailing list pgsql-sql

From Rajesh Kumar Mallah
Subject Re: plpgsql
Date
Msg-id 200304161056.35834.mallah@trade-india.com
Whole thread Raw
In response to Re: plpgsql  (Jan Wieck <JanWieck@Yahoo.com>)
List pgsql-sql

yes it looks like from the undefined symbol error. but
ironically createlang worked for him.

>Thank you!!!
>Everything is OK!!
>I just tried only with CREATE FUNCTON and forgot about CREATELANG.

>Thanx!



On Tuesday 15 Apr 2003 11:22 pm, Jan Wieck wrote:
> 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

-- 
Rajesh Kumar Mallah,
Project Manager (Development)
Infocom Network Limited, New Delhi
phone: +91(11)6152172 (221) (L) ,9811255597 (M)

Visit http://www.trade-india.com ,
India's Leading B2B eMarketplace.



pgsql-sql by date:

Previous
From: "A.Bhuvaneswaran"
Date:
Subject: Re: What is the scope of a temp table?
Next
From: pginfo
Date:
Subject: Re: changing column size and type.