Dave Cramer

Results 500 comments of Dave Cramer

> The other issue with this is that I recall doing this sets the socket timeout for the whole connection/session and we have (regrettably) some long-running queries so we want...

https://github.com/pgjdbc/pgjdbc/commit/a6044d05b80e1bda2fbe2f4e6bd0a714b8e74030 should fix it. Is there any way you can test it ?

> It looks like releases occur every couple of weeks. Is this accurate? depends more on how many features get pushed, but ya looks like every couple weeks lately. I...

I have been contemplating it, but time is a challenge. @PeterCsalaHbo can you provide a wishlist here ?

So the challenge is that while you can get some numbers from the client, you need to know the server numbers to figure out the round trip overhead and the...

FYI Postgres is never referred to as Postgre .

If we wanted to remain agnostic I would expose listeners. This however would be PostgreSQL specific as the JDBC API has no such facility

> IMHO it would be great if the listeners would be notified asynchronously. That would mean we would have to be opinionated on what we sent it. The listener can...