Re: getting async raise notice messages

From: Pawel Veselov <pawel(dot)veselov(at)gmail(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: getting async raise notice messages
Date: 2015-01-27 22:33:48
Message-ID: CAMnJ+BdS9eL8DS1He=xKtsBruKZnqyDE9HggJrUXADRo2mJVkA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

[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]

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2015-01-28 10:38:40 Re: getting async raise notice messages
Previous Message Pawel Veselov 2015-01-27 22:27:28 Re: getting async raise notice messages