Re: java.sql.SQLException: ERROR: canceling query due - Mailing list pgsql-jdbc

From Kevin Grittner
Subject Re: java.sql.SQLException: ERROR: canceling query due
Date
Msg-id s305ac71.055@gwmta.wicourts.gov
Whole thread Raw
Responses Re: java.sql.SQLException: ERROR: canceling query due  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
Thanks, Tom.

"SHOW statement_timeout" from the JDBC connection returns zero.

I'm curious whether "SET statement_timeout=n" sets this for a connection.  If so, wouldn't it be a good thing to update
theJDBC setQueryTimeout and getQueryTimeout methods to use these SET and SHOW statements? 

-Kevin


>>> Tom Lane <tgl@sss.pgh.pa.us> 08/18/05 5:50 PM >>>
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> Thanks much for the clarification.  The statement_timeout setting is
> commented out, with a note that it defaults to zero and that this
> means it is disabled.

The fact that it's commented out doesn't mean that it's not been set
from elsewhere, such as a per-user default, or even a prior state of
the config file.  It'd be more trustworthy to connect to the server
as the same user your JDBC client runs as, and do "SHOW
statement_timeout".

            regards, tom lane


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: COPY support survey
Next
From: John R Pierce
Date:
Subject: Re: COPY support survey