Re: [NOVICE] Installing PlPerl - Mailing list pgsql-general

From Josh Berkus
Subject Re: [NOVICE] Installing PlPerl
Date
Msg-id 200305212031.42899.josh@agliodbs.com
Whole thread Raw
In response to Installing PlPerl  (Renê Salomão <rene@ibiz.com.br>)
List pgsql-general
Rene'

>  I am trying to install PLPERL in Postgresql in order to use
> regular expression to eliminate any undesired character in any given
> name to be inserted in the database... I believe that using plperl is
> less time consuming than doing the same approach using plpgsql
> (correct if I am wrong please)...

If you built postgresql from source, you need to recompile it " --with-perl "

If you installed from RPMs, your distribution should have a PG-Perl or
Perl-Postgres RPM; install that.

--
Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-general by date:

Previous
From: "Mark Wilson"
Date:
Subject: Re: "IN" statement causing execution cancel?
Next
From: Steve Lane
Date:
Subject: Re: PRIMARY KEYS [somewhat OT]