Re: invoke an external shell script from a function

Поиск
Список
Период
Сортировка
От Joel Mc Graw
Тема Re: invoke an external shell script from a function
Дата
Msg-id 39D523C2.800C6D00@home.com
обсуждение исходный текст
Ответ на Re: invoke an external shell script from a function  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-sql
Peter Eisentraut wrote:
> 
> Chau, Artemis writes:
> 
> > Does anyone know how to invoke an external shell script from a function when
> > it is called from a sql statement?
> 
> If it's a C function, use system("file").

Is this the only way to do this?  I would also like to have a trigger
call an external program.  Is there a good place to go for more info on
this?

TIA


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

Предыдущее
От: Keith Wong
Дата:
Сообщение: Transaction isolation level for plpgsql
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: More efficient DELETE ... ?