From: Bruce Momjian Date: Wed, 22 Aug 2012 16:05:25 +0000 (-0400) Subject: Fix typo. X-Git-Tag: REL9_3_BETA1~1043 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03af60c010aebc0a100416897ecb0948168c99c9;p=postgresql Fix typo. --- diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 59902ed86c..6e6860dd5b 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 SIGHUP signal; this is most easily done by running pg_ctl reload from the command-line or by calling - the SQL function pg_reload_conf()). The main + the SQL function pg_reload_conf(). The main server process also propagates this signal to all currently running server processes so that existing sessions also get the new