Re: sending mail from Postgres

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: sending mail from Postgres
Дата
Msg-id ADB1F6D3-5CB2-44CA-AF60-360B02E01159@khera.org
обсуждение исходный текст
Ответ на Re: sending mail from Postgres  (Christopher Browne <cbbrowne@acm.org>)
Список pgsql-general
On Dec 28, 2005, at 8:28 AM, Christopher Browne wrote:

> Some separate process (perhaps polling, perhaps using NOTIFY/LISTEN)
> would then grab messages from the table and submit them to [whatever
> is the communications layer].
>
> That is a clean sort of design for that sort of thing.

This is precisely how we build things.  Throw in some good locking
mechanisms and you can scale this to incredible levels.

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

Предыдущее
От: Vivek Khera
Дата:
Сообщение: Re: just an inconvenience, or.... : failed queries don't appear in the log anymore since v8.?.?
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Is CREATE TYPE an alias for CREATE DOMAIN?