Re: java.sql.SQLException: ERROR: canceling query due

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Kevin Grittner <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: java.sql.SQLException: ERROR: canceling query due
Date: 2005-08-18 21:56:34
Message-ID: 43050412.1090508@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Kevin Grittner wrote:

> I searched to ensure that nothing was invoking the Statement.setQueryTimeout method.

setQueryTimeout() is a no-op anyway in current drivers. I was talking
about the server's statement_timeout setting (set in postgresql.conf or
via SET or on a per-user/db basis).

> Hypothetically, would such a bug most likely be strictly server-side (in which case this is the wrong forum to pursue it)

Yes.

-O

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kevin Grittner 2005-08-18 22:40:32 Re: java.sql.SQLException: ERROR: canceling query due
Previous Message Kevin Grittner 2005-08-18 15:52:14 Re: java.sql.SQLException: ERROR: canceling query due