Re: PL/Perl Question - Mailing list pgsql-general

From Travis Bauer
Subject Re: PL/Perl Question
Date
Msg-id 20010420105909.A8132@ghost.cs.indiana.edu
Whole thread Raw
In response to PL/Perl Question  (Hitesh Patel <hitesh@presys.com>)
List pgsql-general
I think this is problematic with the default compilation fo PL/Perl.
The perl interpretor you get in a plperl function is inside of a
"sandbox" (can't remember the official name) where it is limited
to only a relatively small set of functions.  I don't think that
SQL commands are included.
--
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------

Hitesh Patel (hitesh@presys.com) wrote:

> I need to be able to execute SQL commands from inside a plperl function and
> can't figure if I can do this.  Also.. after executing the query I need to be
> able to grab the number of tuples returned and there values.. how would I go
> about doing this.. any help would be appreciated.
>
> --
> Hitesh Patel
> hitesh@presys.com
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html




pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: Logical expn not shortcircuiting in trigger function?
Next
From: "Steve Wolfe"
Date:
Subject: Re: Delete w/ regexp