Re: plpgsql

From: Jan Wieck <JanWieck(at)Yahoo(dot)com>
To: mallah(at)trade-india(dot)com
Cc: bishop(at)nm(dot)ru, pgsql-sql(at)postgresql(dot)org
Subject: Re: plpgsql
Date: 2003-04-15 17:52:48
Message-ID: 3E9C46F0.DDB1488C@Yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

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

In response to

Responses

  • Re: plpgsql at 2003-04-16 05:26:35 from Rajesh Kumar Mallah

Browse pgsql-sql by date

  From Date Subject
Next Message Guy Fraser 2003-04-15 18:38:26 What is the scope of a temp table?
Previous Message mallah 2003-04-15 17:37:58 Re: plpgsql