Re: SQL query never ends - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: SQL query never ends
Date
Msg-id 44DEBA73.6030504@opencloud.com
Whole thread Raw
In response to Re: SQL query never ends  ("James Im" <im-james@hotmail.com>)
List pgsql-jdbc
James Im wrote:

> I think that one way to find out would be to get enough information
> about what's happening from the java side (something like loglevel=10
> ?). The driver (or a special version of the driver just for this
> purpose) could contain a lot more traces so that: 1) any problem of
> synchronization could be discarded. 2) you could know what java has sent
> through the socket and  3) what it has received until the moment the
> code will block.

This is essentially what loglevel=2 already does already ..

-O

pgsql-jdbc by date:

Previous
From: "James Im"
Date:
Subject: Re: SQL query never ends
Next
From: "James Im"
Date:
Subject: Re: SQL query never ends