Re: More Query Cancelled Matters

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: More Query Cancelled Matters
Дата
Msg-id 1805.1063914689@sss.pgh.pa.us
обсуждение исходный текст
Ответ на More Query Cancelled Matters  (David Rickard <David.Rickard@GTScompanies.com>)
Список pgsql-novice
David Rickard <David.Rickard@GTScompanies.com> writes:
> We're still encountering situations (vacuum, exports, certain queries &
> psql commands) where PostGreSQL throws a "psql: ERROR:  Query was
> cancelled." message;
> Previous enquiries on this issue have received suggestions that something
> on our server may be throwing SIGINTs--but our system people cannot find
> anything that might be causing such events;
> We are attaching our postgresql.conf file, on the off chance that someone
> can see some mis-set value(s) therein;

Like this one?

> statement_timeout = 120        # 0 is disabled, in milliseconds

This will trigger "Query was canceled" for any query running longer than
120 msec, which is not a lot ...

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: David Rickard
Дата:
Сообщение: More Query Cancelled Matters
Следующее
От: santoso berkah
Дата:
Сообщение: Re: How to set up postgres user