Re: Unable to reload postgresql.conf without restarting

Поиск
Список
Период
Сортировка
От Jerry Sievers
Тема Re: Unable to reload postgresql.conf without restarting
Дата
Msg-id 87d2xm5b94.fsf@comcast.net
обсуждение исходный текст
Ответ на Unable to reload postgresql.conf without restarting  (Jose Martinez <jmartinez@opencrowd.com>)
Список pgsql-admin
Jose Martinez <jmartinez@opencrowd.com> writes:

> Hi,
>
> I made some changes to?postgresql.conf and I want them to take effect without having to restart the server.

Check your server log for any report of a syntax error in your .conf
file.

If there is one, that will prevent the changes being loaded.

pg_reload_conf() will still return 't' and you'll be unaware of the
problem

> I tried?
>
> select pg_reload_conf();
> /usr/pgsql-9.1/bin/pg_ctl reload
>
> but when I do 'show all', I see no changes take effect.?
>
> There settings I tried to change are:
> -effective_cache_size?
> -work_mem
>
> Im using posgres 9.1 on Centos Linux (amazon ec2)
>
> Thanks
>

--
Jerry Sievers
Postgres DBA/Development Consulting
e: postgres.consulting@comcast.net
p: 312.241.7800


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

Предыдущее
От: Walter Hurry
Дата:
Сообщение: Re: Migración
Следующее
От: Jerome
Дата:
Сообщение: my query is so slow,It costs 944,319.072 ms,Can someone Help!!