Re: sending mail from Postgres

Поиск
Список
Период
Сортировка
От David Fetter
Тема Re: sending mail from Postgres
Дата
Msg-id 20051229045315.GB29910@fetter.org
обсуждение исходный текст
Ответ на sending mail from Postgres  ("Aftab Alam" <aalam@tatashare.com>)
Список pgsql-hackers
On Wed, Dec 28, 2005 at 08:52:41AM +0530, Aftab Alam wrote:
> Hi there,
> 
> How can i send mail form postgresql.

Generally, it is a better idea either to poll your PostgreSQL database
and send mail based on that, or use LISTEN/NOTIFY, rather than
directly sending mail from your database.

Cheers,
D
-- 
David Fetter david@fetter.org http://fetter.org/
phone: +1 415 235 3778

Remember to vote!


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: [Bizgres-general] WAL bypass for INSERT, UPDATE and
Следующее
От: Neil Conway
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Minor doc tweak: "NOT NULL" is