Re: integration of fulltext search in bytea/docs - Mailing list pgsql-general

From Tom Lane
Subject Re: integration of fulltext search in bytea/docs
Date
Msg-id 12207.1248962903@sss.pgh.pa.us
Whole thread Raw
In response to Re: integration of fulltext search in bytea/docs  (Michael Glaesemann <grzm@seespotcode.net>)
List pgsql-general
Michael Glaesemann <grzm@seespotcode.net> writes:
> On Jul 30, 2009, at 9:09 , Radek Novotn� wrote:
>> Is there possible to create pg trigger that runs shell script?

> Yes. You can use an untrusted language such as pl/perlu to run system
> commands.

The fact that you can do it doesn't make it a good idea ...

If you do this, you'll need to consider what happens if the database
transaction rolls back after calling your trigger.  The effects in the
filesystem are still there, but the effects in the database aren't.

            regards, tom lane

pgsql-general by date:

Previous
From: Jennifer Trey
Date:
Subject: Re: How do I run PG Tuning Wizard on Linux?
Next
From: Tom Lane
Date:
Subject: Re: Clients disconnect but query still runs