Re: [PATCHES] libpq events patch (with sgml docs)

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Andrew Chernow" <ac(at)esilo(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Alvaro Herrera" <alvherre(at)commandprompt(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCHES] libpq events patch (with sgml docs)
Date: 2008-09-19 18:39:27
Message-ID: b42b73150809191139r72a0e87av2cebf8812baae984@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

On Fri, Sep 19, 2008 at 2:14 PM, Andrew Chernow <ac(at)esilo(dot)com> wrote:
>
> BTW, the event system might be an alternative solution for PGNoticeHooks
> (PGEVT_NOTICE).
>

Another possible use of the event hooks -- just spitballing here -- is
to generate an event when a notification comes through (you would
still receive events the old way., by command or PQconsumeInput).
Maybe this would eventually replace the current notification interface
(wasn't this going to be changed anyways?)

merlin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2008-09-19 18:42:05 Re: 8.3.1 autovacuum stopped doing anything months ago
Previous Message Robert Treat 2008-09-19 18:28:01 Re: Where to Host Project

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2008-09-19 19:43:58 Re: [PATCHES] libpq events patch (with sgml docs)
Previous Message Andrew Chernow 2008-09-19 18:14:04 Re: [PATCHES] libpq events patch (with sgml docs)