Suggestion to improve select pg_reload_conf()

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Suggestion to improve select pg_reload_conf()
Дата
Msg-id obstnt$3uv$1@blaine.gmane.org
обсуждение исходный текст
Ответы Re: Suggestion to improve select pg_reload_conf()
Список pgsql-general
I would like to suggest an improvement to the select pg_reload_conf() function.

Currently this will only return true or false indicating if reloading was successful.

I think it would be a "nice-to-have" if the function would also return the GUCs that have been changed, similar to what
isbeing written to the logfile.  

To not break existing code (e.g. scripts that only expect true/false), this could be done through an optional boolean
parameter(e.g. named "verbose"). 

Any thoughts?

Thomas

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

Предыдущее
От: Venkata B Nagothi
Дата:
Сообщение: Re: effective_cache_size X shared_buffer
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: Suggestion to improve select pg_reload_conf()