Re: Autovac _scale_ settings not changed by SIGHUP?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Autovac _scale_ settings not changed by SIGHUP?
Дата
Msg-id 26040.1176398691@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Autovac _scale_ settings not changed by SIGHUP?  (Jerry Sievers <jerry@jerrysievers.com>)
Ответы Re: Autovac _scale_ settings not changed by SIGHUP?
Список pgsql-general
Jerry Sievers <jerry@jerrysievers.com> writes:
> Uncommenting the settings in postgresql.conf and  giving the new
> values, then followed by a pg_reload_conf() call however and I see no
> change in the settings.

Works for me ...

regression=# show autovacuum_vacuum_scale_factor;
 autovacuum_vacuum_scale_factor
--------------------------------
 0.2
(1 row)

-- edit postgresql.conf ...

regression=# select pg_reload_conf();
 pg_reload_conf
----------------
 t
(1 row)

regression=# show autovacuum_vacuum_scale_factor;
 autovacuum_vacuum_scale_factor
--------------------------------
 0.25
(1 row)

regression=#

Are you sure you're editing the right copy of postgresql.conf?

            regards, tom lane

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

Предыдущее
От: Raymond O'Donnell
Дата:
Сообщение: Re: SQL - finding next date
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: SQL - finding next date