Re: Running OS-level programs from Postgres?

Поиск
Список
Период
Сортировка
От Joshua D. Drake
Тема Re: Running OS-level programs from Postgres?
Дата
Msg-id 467980E7.505@commandprompt.com
обсуждение исходный текст
Ответ на Running OS-level programs from Postgres?  (Sean Murphy <Sean.Murphy@equipoint.com>)
Ответы Re: Running OS-level programs from Postgres?  ("Shoaib Mir" <shoaibmir@gmail.com>)
Список pgsql-general
Sean Murphy wrote:
> Maybe this is a well duh kind of question, or maybe there's no
> straightforward way to do it, but is there any way that I could have a
> pg function initiate a process on the host system?

Yeah you can use any of the untrusted pl languages for that.

>
> Specifically I'd like to script an email to send off on an insert
> trigger, but the ability to initiate system processes in general seems
> like it would come in handy.
>
> My present need is for email notification; if there's a pg function or
> module that would handle this (I haven't turned up anything in my
> searches, but maybe I'm using the wrong search terms in the wrong
> places) I'd be OK for now, but I'd rather have the flexibility of
> starting whatever process a given circumstance calls for.
>
> Thanks.
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>


--

       === The PostgreSQL Company: Command Prompt, Inc. ===
Sales/Support: +1.503.667.4564 || 24x7/Emergency: +1.800.492.2240
Providing the most comprehensive  PostgreSQL solutions since 1997
              http://www.commandprompt.com/

Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate
PostgreSQL Replication: http://www.commandprompt.com/products/


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: allocate chunk of sequence
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: persistent db connections in PHP