Re: How to install PL/perlU (perl untrusted)

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: kevin(at)kevinkempterllc(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to install PL/perlU (perl untrusted)
Date: 2006-06-16 18:46:26
Message-ID: 4492FC82.9010206@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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<enter>
Then:
createlang plperlu yourdatabasename

It's pretty much the same on win32, except creatlang may not be in the
path, so you should actually be in the bin
dir when you run it or use the full path name.

Hope this helps,

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

In response to

Browse pgsql-general by date

  From Date Subject
Next Message LLC 2006-06-16 18:49:44 (no subject)
Previous Message LLC 2006-06-16 17:57:40 How to install PL/perlU (perl untrusted)