Re: ERROR: canceling query due to user request

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: ERROR: canceling query due to user request
Дата
Msg-id 10665.1071857466@sss.pgh.pa.us
обсуждение исходный текст
Ответ на ERROR: canceling query due to user request  ("Iain" <iain@mst.co.jp>)
Список pgsql-admin
"Iain" <iain@mst.co.jp> writes:
> This is typical of the errors I got:
> pg_dump: ERROR:  canceling query due to user request

If you didn't actually do anything to cancel the query, then this
indicates that something is sending SIGINT signals to the backend
process.  I'd bet on a "ulimit" or equivalent resource-limit setting
being tripped.  Check what conditions the postmaster is being started
under --- generally, you do not want *any* active ulimit restrictions
on the server processes.

            regards, tom lane

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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Help needed Please !!!!!incremental backups possible in
Следующее
От: Tom Lane
Дата:
Сообщение: Re: FATAL: unrecognized configuration parameter "show_statement_stats"