Re: BUG #1302: Vacuumdb and vacuumlo should disable statement_timeout

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: BUG #1302: Vacuumdb and vacuumlo should disable statement_timeout
Дата
Msg-id 200411020222.iA22Mqp20374@candle.pha.pa.us
обсуждение исходный текст
Ответ на BUG #1302: Vacuumdb and vacuumlo should disable statement_timeout  ("PostgreSQL Bugs List" <pgsql-bugs@postgresql.org>)
Список pgsql-bugs
PostgreSQL Bugs List wrote:
>
> The following bug has been logged online:
>
> Bug reference:      1302
> Logged by:          Alex Koh
>
> Email address:      alexkoh@hotmail.com
>
> PostgreSQL version: 7.3.2
>
> Operating system:   Linux Redhat 8
>
> Description:        Vacuumdb and vacuumlo should disable statement_timeout
>
> Details:
>
> IMHO vacuumdb and vacuumlo should disable statement_timeout before vacuuming
> the database. This should prevent timeouts when vacuuming large tables like
> pg_largeobject.

If you have set statement_timeout globally you should expect such
problems.  That parameter is primarily for per-session use or per-user
use using ALTER USER and not to be set for administrators.  If you
really want a fix, use ALTER USER to turn it off for the super-user.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

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

Предыдущее
От: "PostgreSQL Bugs List"
Дата:
Сообщение: BUG #1302: Vacuumdb and vacuumlo should disable statement_timeout
Следующее
От: Tom Lane
Дата:
Сообщение: Re: BUG #1302: Vacuumdb and vacuumlo should disable statement_timeout