Suggestion to improve select pg_reload_conf()

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Suggestion to improve select pg_reload_conf()
Date: 2017-04-03 07:31:15
Message-ID: obstnt$3uv$1@blaine.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 is 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").

Any thoughts?

Thomas

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Achilleas Mantzios 2017-04-03 07:39:30 Re: Suggestion to improve select pg_reload_conf()
Previous Message Venkata B Nagothi 2017-04-03 04:58:15 Re: effective_cache_size X shared_buffer