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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: java.sql.SQLException: ERROR: canceling query due
Дата
Msg-id 12191.1124405415@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: java.sql.SQLException: ERROR: canceling query due  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-jdbc
"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 по дате отправления:

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: java.sql.SQLException: ERROR: canceling query due
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Memory leak in 8.0 JDBC driver?