Re: getting async raise notice messages - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: getting async raise notice messages
Date
Msg-id CADK3HHJvxtWjTwpdWbSnFPUwKZODpEMAK-wexPoSP8xeWtTEyg@mail.gmail.com
Whole thread Raw
In response to Re: getting async raise notice messages  (Pawel Veselov <pawel.veselov@gmail.com>)
Responses Re: getting async raise notice messages  (Pawel Veselov <pawel.veselov@gmail.com>)
List pgsql-jdbc
Pawel,

Thanks, this looks interesting.

1) why are you using such an old driver?
2) what are you referring to with the comment about it not being async?

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On 27 January 2015 at 17:33, Pawel Veselov <pawel.veselov@gmail.com> wrote:

[skipped]
 
I've put together this patch (over 9.1-902, which is just what I currently use), if anybody's interested: http://pastebin.com/KftdtdNq ,but:
- it uses JDK6 stuff
- has effect of copying all statements/resultset warnings into connection warnings

And one other thing. That's not asynchronous, it simply provides callbacks into the caller's app to allow to process notifications as they are received.

[skipped]

pgsql-jdbc by date:

Previous
From: Pawel Veselov
Date:
Subject: Re: getting async raise notice messages
Next
From: Pawel Veselov
Date:
Subject: Re: getting async raise notice messages