Re: PL/pgSQL

Поиск
Список
Период
Сортировка
От Richard Bayet
Тема Re: PL/pgSQL
Дата
Msg-id 3A9FEE09.3648B537@enseirb.fr
обсуждение исходный текст
Ответ на Re: PL/pgSQL  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Список pgsql-admin
First, verify that the environment variable PGLIB is set to the directory
where plpgsql.so can be found.
Then use createlang as mentionned: createlang plpgsql dbname.
Note that you can make the plpgsql language available for all database if
dbname is "template1" (the "Queen" of all databases)...

PS: sorry Stephan for the private mail :)

Stephan Szabo a écrit :

> You need to run createlang to install the procedural languages
> (createlang <language> <db>).
>
> On Fri, 2 Mar 2001, Oliver Vecernik wrote:
>
> > Hi,
> >
> > I recently started using postgresql. I'm running version 7.0.3 on a SuSE
> > 7.1 Linux box. I'm trying to test the examples in the user's guide. But
> > I can not create a function with language 'plpgsql'.
> >
> > It seems there has some installation be done to achieve that. But how?
> > Can anybody point me to the doc on this or give me some other hints?
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org


В списке pgsql-admin по дате отправления:

Предыдущее
От: Salvador Mainé
Дата:
Сообщение: multicolumn index vs two indexes
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: multicolumn index vs two indexes