Re: Event-driven programming?

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Jay Dickon Glanville <dickon(dot)glanville(at)gmail(dot)com>
Cc: PostgreSQL General ML <pgsql-general(at)postgresql(dot)org>
Subject: Re: Event-driven programming?
Date: 2007-09-12 16:44:51
Message-ID: 20070912164451.GA15828@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Richard Broersma Jr 2007-09-12 16:51:03 Re: Event-driven programming?
Previous Message Jay Dickon Glanville 2007-09-12 16:36:22 Event-driven programming?