Re: Suggestion to improve select pg_reload_conf() - Mailing list pgsql-general

From Achilleas Mantzios
Subject Re: Suggestion to improve select pg_reload_conf()
Date
Msg-id 58E1FC32.2020003@matrix.gatewaynet.com
Whole thread Raw
In response to Suggestion to improve select pg_reload_conf()  (Thomas Kellerer <spam_eater@gmx.net>)
Responses Re: Suggestion to improve select pg_reload_conf()  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-general
On 03/04/2017 10:31, Thomas Kellerer wrote:
> 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
whatis being 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"). 
To my understanding pg_reload_conf just SIGHUP's the postmaster. So it might not be so trivial.
>
> Any thoughts?
>
> Thomas
>
>
>


--
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt



pgsql-general by date:

Previous
From: Thomas Kellerer
Date:
Subject: Suggestion to improve select pg_reload_conf()
Next
From: Michael Paquier
Date:
Subject: Re: Suggestion to improve select pg_reload_conf()