Re: calling a shell script from pl/pgsql - Mailing list pgsql-sql

From Stephan Szabo
Subject Re: calling a shell script from pl/pgsql
Date
Msg-id Pine.BSF.4.21.0109101018210.15401-100000@megazone23.bigpanda.com
Whole thread Raw
In response to calling a shell script from pl/pgsql  ("Jeff Barrett" <jbarrett@familynetwork.com>)
Responses Re: calling a shell script from pl/pgsql
pl/sh (was Re: calling a shell script from pl/pgsql)
List pgsql-sql
On Mon, 10 Sep 2001, Jeff Barrett wrote:

> How can I call a shell script from within a pl/pgsql function that is called
> as from a trigger. I do not want to interact with the script I just want it
> to run. I do want the trigger to wait for the script it called to complete
> before returning a value.
> 
> Any ideas would be greatly appreciated.

I don't think you can do that from within pl/pgsql.  You'd probably need a
function in pl/tclu or c.




pgsql-sql by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: row level locking?
Next
From: Larry Rosenman
Date:
Subject: Re: calling a shell script from pl/pgsql