Re: postgres launch os applications - Mailing list pgsql-novice

From Sean Davis
Subject Re: postgres launch os applications
Date
Msg-id 264855a00810071112r7ecb7d9bk90cf004f68824707@mail.gmail.com
Whole thread Raw
In response to Re: postgres launch os applications  ("Richard Broersma" <richard.broersma@gmail.com>)
List pgsql-novice
On Tue, Oct 7, 2008 at 1:38 PM, Richard Broersma
<richard.broersma@gmail.com> wrote:
> On Tue, Oct 7, 2008 at 10:34 AM, Sean Davis <sdavis2@mail.nih.gov> wrote:
>
>> You cannot do this with any "trusted" language (which includes
>> pg/plsql).  However, you can use any of the untrusted languages like
>> pl/python, pl/perl, pl/java, pl/tcl, etc.  Of course, each of those
>> languages has its own specifics dealing with starting executables.
>
> To add to this point.  IIRC, these languages are untrusted because
> they can trigger events outside the database that cannot be rolled
> back in the event of an error.
>
> Another option to might work is using the list notify mechanism.

This is definitely the better option.

Sean

pgsql-novice by date:

Previous
From: Andreas Kretschmer
Date:
Subject: Re: postgres launch os applications
Next
From: mrbuseco@buseco.net
Date:
Subject: Re: postgres launch os applications