Re: queries timeout during backup postgres database
От
Scott Marlowe
Тема
Re: queries timeout during backup postgres database
Дата
Msg-id
CAOR=d=3rmDtc+djWuYHJx7eLLx9rqUA0XLv5kAapVfRiMrH-Zw@mail.gmail.com
Ответ на
Re: queries timeout during backup postgres database (Scott Marlowe)
Список
Дерево обсуждения
queries timeout during backup postgres database akp geek <akpgeek@gmail.com>
Re: queries timeout during backup postgres database Jerry Sievers <gsievers19@comcast.net>
Re: queries timeout during backup postgres database akp geek <akpgeek@gmail.com>
Re: queries timeout during backup postgres database Adrian Klaver <adrian.klaver@gmail.com>
Re: queries timeout during backup postgres database akp geek <akpgeek@gmail.com>
Re: queries timeout during backup postgres database Scott Marlowe <scott.marlowe@gmail.com>
Re: queries timeout during backup postgres database akp geek <akpgeek@gmail.com>
Re: queries timeout during backup postgres database Scott Marlowe <scott.marlowe@gmail.com>
Re: queries timeout during backup postgres database Scott Marlowe <scott.marlowe@gmail.com>
Re: queries timeout during backup postgres database akp geek <akpgeek@gmail.com>
Re: queries timeout during backup postgres database Scott Marlowe <scott.marlowe@gmail.com>
On Mon, Jan 9, 2012 at 1:06 PM, Scott Marlowe wrote: > On Mon, Jan 9, 2012 at 12:37 PM, akp geek wrote: >> I have statement_timeout as commented in the postgresql.conf. I just >> checked it.. > > statement timeout, like so many things, can be set per user or per > database. Connect as the backup use and issue this statement: > > show statement_timeout; The other possibility is that you're getting a network timeout while waiting for a response to a select statement. Most network timeouts are ~2 hours, but if you've got a firewall look at timeouts. Any timeouts should be disabled to troubleshoot.
В списке pgsql-general по дате отправления