On Fri, 2006-06-16 at 12:57, LLC wrote:
> Hi List;
>
> I found documentation that talks about untrusted perl here:
> http://www.postgresql.org/docs/8.1/interactive/plperl-trusted.html
>
> However I do not know how to install/use untrusted perl.
>
> Can someone point me in the right direction?
LLC wrote:
However I do not know how to install/use untrusted perl.
the easiest way is to use createlang from the command line.
for PLperlu just do the following:
(run the command as the postgres user)
su postgrest
Then:
createlang plperlu yourdatabasename
It's pretty much the same on win
Hi List;
I found documentation that talks about untrusted perl here:
http://www.postgresql.org/docs/8.1/interactive/plperl-trusted.html
However I do not know how to install/use untrusted perl.
Can someone point me in the right direction?
Thanks in advance...