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