pl/sh (was Re: calling a shell script from pl/pgsql)

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема pl/sh (was Re: calling a shell script from pl/pgsql)
Дата
Msg-id Pine.BSO.4.10.10109101415580.17071-100000@spider.pilosoft.com
обсуждение исходный текст
Ответ на Re: calling a shell script from pl/pgsql  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Ответы Re: pl/sh (was Re: calling a shell script from pl/pgsql)  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: pl/sh (was Re: calling a shell script from pl/pgsql)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
On Mon, 10 Sep 2001, Stephan Szabo wrote:

> 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.
Or pl/perlu! (Sorry, had to say it).


Actually, I remember that Jan once mentioned something about pl/SH. I
don't know what's the status of it?



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

Предыдущее
От: Larry Rosenman
Дата:
Сообщение: Re: calling a shell script from pl/pgsql
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: pl/sh (was Re: calling a shell script from pl/pgsql)