From: | Richard Bayet <bayet(at)enseirb(dot)fr> |
---|---|
To: | Oliver Vecernik <vecernik(at)aon(dot)at> |
Cc: | "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org> |
Subject: | Re: PL/pgSQL |
Date: | 2001-03-02 19:01:29 |
Message-ID: | 3A9FEE09.3648B537@enseirb.fr |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)postgresql(dot)org
From | Date | Subject | |
---|---|---|---|
Next Message | Salvador Mainé | 2001-03-02 19:02:16 | multicolumn index vs two indexes |
Previous Message | Samuel Tardieu | 2001-03-02 17:13:02 | Re: Unable to start PostgreSQL from user other than root |