From: | "Jay Dickon Glanville" <dickon(dot)glanville(at)gmail(dot)com> |
---|---|
To: | "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Jay Dickon Glanville" <dickon(dot)glanville(at)gmail(dot)com>, "PostgreSQL General ML" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Event-driven programming? |
Date: | 2007-09-12 17:10:17 |
Message-ID: | 53bada0f0709121010o7b8e56di32715659dd57dba0@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On 9/12/07, Martijn van Oosterhout <kleptog(at)svana(dot)org> wrote:
> On Wed, Sep 12, 2007 at 12:36:22PM -0400, Jay Dickon Glanville wrote:
> > Hello all.
> >
> > Is it possible for PostgreSQL to notify me of a successful transaction commit?
>
> There is the LISTEN/NOTIFY mechanism. It's not automatic but I think it
> does most of what oyu want.
Thanks for the suggestion Martijn, but I get the impression from the
documentation that LISTEN/NOTIFY is for client to client
communication. This type of communication isn't what I'm looking for.
I want server to client communication, where the server is notifying
me on successful commit of transaction.
Thanks again.
JDG
From | Date | Subject | |
---|---|---|---|
Next Message | Jeff Davis | 2007-09-12 17:39:20 | Re: Event-driven programming? |
Previous Message | finecur | 2007-09-12 17:05:43 | Re: constrains on two tables |