Re: SQL query never ends

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: James Im <im-james(at)hotmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: SQL query never ends
Date: 2006-08-13 05:36:51
Message-ID: 44DEBA73.6030504@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message James Im 2006-08-13 06:18:41 Re: SQL query never ends
Previous Message James Im 2006-08-12 20:47:12 Re: SQL query never ends