diff options
author | Bruce Momjian <bruce@momjian.us> | 2012-08-22 12:05:25 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2012-08-22 12:05:25 -0400 |
commit | 03af60c010aebc0a100416897ecb0948168c99c9 (patch) | |
tree | b56c13052a1d56870468514da65a59b89ae55d4b /doc/src | |
parent | 7dff5b8edd898146ffa4afc2df3f9d5c67e43f0e (diff) | |
download | postgresql-03af60c010aebc0a100416897ecb0948168c99c9.tar.gz postgresql-03af60c010aebc0a100416897ecb0948168c99c9.zip |
Fix typo.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 59902ed86cc..6e6860dd5b3 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -118,7 +118,7 @@ include 'filename' The configuration file is reread whenever the main server process receives a <systemitem>SIGHUP</> signal; this is most easily done by 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 also propagates this signal to all currently running server processes so that existing sessions also get the new |