Re: [Pgsql-ayuda] Crear Lenguaje Perl

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: Patricio Muñoz <pmunoz(at)cmet(dot)net>
Cc: Postgres <pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx>
Subject: Re: [Pgsql-ayuda] Crear Lenguaje Perl
Date: 2003-12-30 15:19:46
Message-ID: 20031230151946.GA28448@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

On Tue, Dec 30, 2003 at 12:02:19PM -0300, Patricio Muñoz wrote:

> codigos=# select ascii('A');
> ERROR: creation of function failed: 'unpack' trapped by operation mask at
> (eval 14) line 3.
>
> Segun aparece la funcion unpack es la que arroja el problema.

Quizas el problema es que plperl es "trusted", lo cual limita lo que se
puede hacer con el lenguaje. Prueba con plperlu.

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Essentially, you're proposing Kevlar shoes as a solution for the problem
that you want to walk around carrying a loaded gun aimed at your foot.
(Tom Lane)

In response to

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Alvaro Herrera 2003-12-30 15:22:33 Re: [Pgsql-ayuda] Error en ECPG
Previous Message Patricio Muñoz 2003-12-30 15:02:19 Re: [Pgsql-ayuda] Crear Lenguaje Perl