Re: [NOVICE] Installing PlPerl

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Renê Salomão <rene(at)ibiz(dot)com(dot)br>, pgsql-general(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org
Subject: Re: [NOVICE] Installing PlPerl
Date: 2003-05-22 03:31:42
Message-ID: 200305212031.42899.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-novice

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Steve Lane 2003-05-22 04:06:20 Re: PRIMARY KEYS [somewhat OT]
Previous Message Mark Wilson 2003-05-22 02:57:00 Re: "IN" statement causing execution cancel?

Browse pgsql-novice by date

  From Date Subject
Next Message psql novice 2003-05-22 06:51:04 timestamp data type?
Previous Message Richard Huxton 2003-05-21 18:12:36 Re: Installing PlPerl