--- Jay Dickon Glanville <dickon(dot)glanville(at)gmail(dot)com> wrote:
> Is it possible for PostgreSQL to notify me of a successful transaction commit?
I've haven't used it yet, but will LISTEN and NOTIFY work for you?
http://www.postgresql.org/docs/8.2/static/sql-listen.html
http://www.postgresql.org/docs/8.2/static/sql-notify.html
Regards,
Richard Broersma Jr.