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

From Thomas Kellerer
Subject Suggestion to improve select pg_reload_conf()
Date
Msg-id obstnt$3uv$1@blaine.gmane.org
Whole thread Raw
Responses Re: Suggestion to improve select pg_reload_conf()  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
List 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 by date:

Previous
From: Venkata B Nagothi
Date:
Subject: Re: effective_cache_size X shared_buffer
Next
From: Achilleas Mantzios
Date:
Subject: Re: Suggestion to improve select pg_reload_conf()