Re: plpgsql

From: Rajesh Kumar Mallah <mallah(at)trade-india(dot)com>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: bishop(at)nm(dot)ru, pgsql-sql(at)postgresql(dot)org
Subject: Re: plpgsql
Date: 2003-04-16 05:26:35
Message-ID: 200304161056.35834.mallah@trade-india.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)trade-india(dot)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.

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Rudi Starcevic 2003-04-16 05:57:47 Re: changing column size and type.
Previous Message A.Bhuvaneswaran 2003-04-16 05:21:14 Re: What is the scope of a temp table?