Re: PL/Perl

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: PL/Perl
Дата
Msg-id Pine.LNX.4.44.0501071735500.21154-100000@kix.fsv.cvut.cz
обсуждение исходный текст
Ответ на PL/Perl  ("ON.KG" <skyer@on.kg>)
Список pgsql-general
Hello,
you have to use plperlu, untrusted plperl

regards
Pavel Stehule

On Fri, 7 Jan 2005, ON.KG wrote:

> Hi!
>
> Could I use "use", "require" functions in plperl?
>
> for example,
>
> CREATE OR REPLACE FUNCTION perl_func (text)
> RETURNS real
> AS '
>   use HTTP::Request;
>   use HTTP::Headers;
>   ....
>   return $value;
> '
> LANGUAGE 'plperl';
>
>
> with me it doesn't work and returns error message
> "Query failed: ERROR: creation of function failed: 'require' trapped by
> operation mask at (eval 2) line 2. in ..."
>
> Thanx
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match
>


В списке pgsql-general по дате отправления:

Предыдущее
От: "Astha Raj"
Дата:
Сообщение: unsubscribe
Следующее
От: "Astha Raj"
Дата:
Сообщение: Re: unsubscribe