diff --git a/doc/src/sgml/ref/alter_system.sgml b/doc/src/sgml/ref/alter_system.sgml
index 00fd8d7c32..c1d27b6564 100644
--- a/doc/src/sgml/ref/alter_system.sgml
+++ b/doc/src/sgml/ref/alter_system.sgml
@@ -47,9 +47,11 @@ ALTER SYSTEM RESET ALL
Values set with ALTER SYSTEM will be effective after
- the next server configuration reload (SIGHUP>
- or pg_ctl reload>), or after the next server restart in the
- case of parameters that can only be changed at server start.
+ the next server configuration reload, or after the next server restart
+ in the case of parameters that can only be changed at server start.
+ A server configuration reload can be commanded by calling the SQL
+ function pg_reload_conf()>, running pg_ctl reload>,
+ or sending a SIGHUP> signal to the main server process.