Re: plpgsql

Поиск
Список
Период
Сортировка
От Jan Wieck
Тема Re: plpgsql
Дата
Msg-id 3E9C46F0.DDB1488C@Yahoo.com
обсуждение исходный текст
Ответ на plpgsql  ("Zodiac" <bishop@nm.ru>)
Ответы Re: plpgsql  (Rajesh Kumar Mallah <mallah@trade-india.com>)
Список 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 по дате отправления:

Предыдущее
От:
Дата:
Сообщение: Re: plpgsql
Следующее
От: Guy Fraser
Дата:
Сообщение: What is the scope of a temp table?