Re: [HACKERS] plperl intial pass

From: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
To: Mark Hollomon <mhh(at)mindspring(dot)com>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] plperl intial pass
Date: 1999-07-24 18:26:33
Message-ID: Pine.GSO.3.96.SK.990724222411.18633E-100000@ra
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Great,

just compiled and install but need to look at some examples :-)
btw, here is a patch for createlang command to enable plperl
I'm not sure about trusted field.

--- createlang Sat Jul 24 22:27:05 1999
+++ /usr/local/pgsql/bin/createlang Wed Jul 21 19:36:55 1999
@@ -84,9 +84,6 @@
plpgsql) lancomp="PL/pgSQL"
trusted="TRUSTED"
handler="plpgsql_call_handler";;
- plperl) lancomp="PL/Perl"
- trusted="TRUSTED"
- handler="plperl_call_handler";;
pltcl) lancomp="PL/Tcl"
trusted="TRUSTED"
handler="pltcl_call_handler";;

On Fri, 23 Jul 1999, Mark Hollomon wrote:

> Date: Fri, 23 Jul 1999 16:15:10 -0400
> From: Mark Hollomon <mhh(at)mindspring(dot)com>
> To: pgsql-hackers(at)postgreSQL(dot)org
> Subject: [HACKERS] plperl intial pass
>
> on the patches list, I posted the first files
> for suuport for using perl as the procedural
> language.
>
> The makefile uses libtool (probably incorrectly).
>
> It is not 'safe'.
>
> Perl XS modules cannot be used.
>
> Using Perl in rules hasn't even been thought about.
>
> IF the code looks suspiciously like Jan's code
> for pltcl - well, it _is_ Jan's code for pltcl
> horribly mangled.
>
> It compiles and runs for me. YMMV.
>
> more code and docs to follow.
> --
> Mark Hollomon
> mhh(at)mindspring(dot)com
>

_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 1999-07-24 18:34:42 RE: [HACKERS] Re: SSL patch
Previous Message Tom Lane 1999-07-24 17:57:48 Re: [HACKERS] Re: SSL patch