Re: Send Email from Postgressql

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: Send Email from Postgressql
Дата
Msg-id 20070201191133.GA2724@wolff.to
обсуждение исходный текст
Ответ на Send Email from Postgressql  (brian stapel <brians_224@hotmail.com>)
Список pgsql-novice
On Thu, Feb 01, 2007 at 08:54:34 -0600,
  brian stapel <brians_224@hotmail.com> wrote:
>
> I need to notify a user that data has changed.  To accomplish this I'd like to create a trigger that watches the
specifiedtable, that on change, sends the results returned by a function in the body of an email to a specific user.   

Yes this is possible to do with untrusted languages. For example you might
install perlu and write your function in that.

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

Предыдущее
От: Sean Davis
Дата:
Сообщение: Re: query efficiency - Can I speed it up?
Следующее
От: "Burak Seydioglu"
Дата:
Сообщение: Is setQuerySnapshot called for embedded plpgsql function calls?