View Single Post

   
  #2 (permalink)  
Old 04-17-2008, 09:44 PM
Olivier Thauvin
 
Posts: n/a
Default Re: plperl user function

Le Thursday 21 April 2005 21:38, Keith Worthington a écrit :
> This leaves me with two questions.
> 1) *Why can I not use "use strict;" or "use warnings;" as they are
> apparently good perl programming practice. *I say apparently because ifyou
> remember I started learning this language 3 days ago and must be considered
> a neophyte. :-)


You can't use "use" instruction for security reason. All disk access are
denied and use need a disk access.

I think you need to use plperlu.

see: http://www.postgresql.org/docs/8.0/i...l-trusted.html

> 2) *What is wrong with the use of RETURN?


Don't understand myself.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQBCaAu+k29cDOWzfVARAmsdAJ4tNC+KN/1vPp6RO3kgW+jZCUY2VwCgvj/D
IZjDI1D7dNtTPK2+NpKxAAw=
=fiHQ
-----END PGP SIGNATURE-----

Reply With Quote