Re: sending mail from Postgres

From: Vivek Khera <vivek(at)khera(dot)org>
To: PG-General General <pgsql-general(at)postgresql(dot)org>
Subject: Re: sending mail from Postgres
Date: 2005-12-28 16:48:59
Message-ID: ADB1F6D3-5CB2-44CA-AF60-360B02E01159@khera.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-12-28 17:09:25 Re: Is CREATE TYPE an alias for CREATE DOMAIN?
Previous Message Vivek Khera 2005-12-28 16:45:32 Re: just an inconvenience, or.... : failed queries don't appear in the log anymore since v8.?.?