Re: PATCH: Update LISTEN/NOTIFY documentation, PGConnection JavaDoc

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PATCH: Update LISTEN/NOTIFY documentation, PGConnection JavaDoc
Date: 2009-12-18 15:19:10
Message-ID: 4B2B9D6E.8040407@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On 11/12/2009 11:52 PM, Craig Ringer wrote:
> Hi folks
>
> It seems the JDBC driver no longer requires a query to be issued before
> it will notice new notify messages and be able to process them via
> getNotifications() . The JDBC driver documentation doesn't reflect this.

Argh!

It's very dependent on the underlying socket, and in particular doesn't
seem to work for Java's SSL sockets.

Sigh. I can have security OR low-overhead timely notifications.

--
Craig Ringer

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-12-18 22:27:26 Re: Error when attempting to call Connection.createArrayOf() method
Previous Message Dave Cramer 2009-12-18 15:10:28 Re: Error when attempting to call Connection.createArrayOf() method