Re: Timing of notice delivery - Mailing list pgsql-jdbc

From Donald Fraser
Subject Re: Timing of notice delivery
Date
Msg-id 3FE7DDB785594C859D56C58425327277@DEVELOP1
Whole thread Raw
In response to Re: Timing of notice delivery  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: Timing of notice delivery  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List 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


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: Slow statement when using JDBC
Next
From: "Kevin Grittner"
Date:
Subject: Re: Timing of notice delivery