Calling external programs

Поиск
Список
Период
Сортировка
От Fran Fabrizio
Тема Calling external programs
Дата
Msg-id 3B1D032B.438CF692@exchange.webmd.net
обсуждение исходный текст
Список pgsql-general
Hello,

I would like to call an external program from Pg.  Specifically, I'd
like to send an email every time a row with certain attribute values is
inserted into a table.  I already have a trigger that fires upon
insertion into the table.  Is the preferred method to have a trigger
call a procedure written in say PLPERL?  Is PLPERL capable of calling
external programs or better yet forming the mail and calling sendmail
itself?

Thanks,
Fran


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

Предыдущее
От: Andrew Gould
Дата:
Сообщение: Re: Postgresql and W98
Следующее
От: "Bryan White"
Дата:
Сообщение: Re: Text data type doesn't accept newlines?