Commit 03af60c0 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo.

parent 7dff5b8e
...@@ -118,7 +118,7 @@ include 'filename' ...@@ -118,7 +118,7 @@ include 'filename'
The configuration file is reread whenever the main server process The configuration file is reread whenever the main server process
receives a <systemitem>SIGHUP</> signal; this is most easily done by receives a <systemitem>SIGHUP</> signal; this is most easily done by
running <literal>pg_ctl reload</> from the command-line or by calling running <literal>pg_ctl reload</> from the command-line or by calling
the SQL function <function>pg_reload_conf()</function>). The main the SQL function <function>pg_reload_conf()</function>. The main
server process server process
also propagates this signal to all currently running server also propagates this signal to all currently running server
processes so that existing sessions also get the new processes so that existing sessions also get the new
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment