Re: [SQL] function to send email with query results

Поиск
Список
Период
Сортировка
От David G. Johnston
Тема Re: [SQL] function to send email with query results
Дата
Msg-id CAKFQuwZn1RVQyTP-9DVFa5KTjRUu2+1ykzQMFaU0Rj2dF17V6g@mail.gmail.com
обсуждение исходный текст
Ответ на function to send email with query results  (Suresh Raja <suresh.rajaabc@gmail.com>)
Ответы Re: [SQL] function to send email with query results  (Jim Nasby <Jim.Nasby@BlueTreble.com>)
Список pgsql-general
On Friday, April 17, 2015, Suresh Raja <suresh.rajaabc@gmail.com> wrote:
Hi all:

I'm looking to write a function to send email with result of a query.    Is it possible to send email with in a function.  Any help is appreciated. 


Yes...though neither the neither the sql nor the plpgsql languages have the necessary language features to do so - you will need to use something like plperlu.

An (not mutually exclusive) alternative is to create an email queue and write an email sending client application to process that queue.  The main advantages being loose coupling and the ability to send the emails asynchronously.

David J.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: "Cast" SRF returning record to a table type?
Следующее
От: Pai-Hung Chen
Дата:
Сообщение: Re: ORDER BY for jsonb