diff --git a/doc/src/sgml/func.sgml b/doc/src/sgml/func.sgml index 641b3b8f4e..9ac7bf1e87 100644 --- a/doc/src/sgml/func.sgml +++ b/doc/src/sgml/func.sgml @@ -18373,7 +18373,7 @@ SELECT set_config('log_statement_stats', 'off', false); pg_reload_conf() boolean - Cause server processes to reload their configuration files + Cause server processes to attempt reloading their configuration files @@ -18420,7 +18420,10 @@ SELECT set_config('log_statement_stats', 'off', false); pg_reload_conf sends a SIGHUP signal to the server, causing configuration files - to be reloaded by all server processes. + to be reloaded by all server processes. The return value only indicates + whether the signal was sent successfully to the postmaster. It does not + say whether the reload was performed and propogated successfully by + the postmaster.