Re: Timing of notice delivery

From: "Donald Fraser" <postgres(at)kiwi-fraser(dot)net>
To: "[JDBC]" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Timing of notice delivery
Date: 2011-02-03 10:18:32
Message-ID: 3FE7DDB785594C859D56C58425327277@DEVELOP1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kevin Grittner wrote:

> Thanks, I'll keep that in mind. The immediate issue was regarding
> self-notification; knowing we can rely on that keep things simple for

When you mean "self-notification" I assume you mean notifications via
transactions from your connection?
If its an identification issue, you can always work out which notifications
are "self-notifications" via the PID, which is part of the notification
message. You can easily find your connection's PID immediately after
connecting (SELECT pg_backend_pid()).

Regards
Donald Fraser

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2011-02-03 17:36:12 Re: Timing of notice delivery
Previous Message Tom Lane 2011-02-02 23:20:15 Re: Slow statement when using JDBC