doc: mention archive_command and recovery_command are exec'ed locally
authorBruce Momjian <bruce@momjian.us>
Sat, 19 Apr 2014 18:59:47 +0000 (14:59 -0400)
committerBruce Momjian <bruce@momjian.us>
Sat, 19 Apr 2014 18:59:47 +0000 (14:59 -0400)
Report by Craig Ringer

doc/src/sgml/config.sgml
doc/src/sgml/recovery-config.sgml

index 17ef25b5f6a20f023bbf67f68ce23ece72a6ea4e..4a33f87491556ce870e69440d6fb1582b0d0bd2e 100644 (file)
@@ -2279,7 +2279,7 @@ include 'filename'
       </indexterm>
       <listitem>
        <para>
-        The shell command to execute to archive a completed WAL file
+        The local shell command to execute to archive a completed WAL file
         segment.  Any <literal>%p</> in the string is
         replaced by the path name of the file to archive, and any
         <literal>%f</> is replaced by only the file name.
index 9335aca8619f89c7bf7f3fb0a6ab568d434dd6ea..c9ed2dffb2d0f41100b31822e0fb7bf351772fbf 100644 (file)
@@ -42,7 +42,7 @@
       </indexterm>
       <listitem>
        <para>
-        The shell command to execute to retrieve an archived segment of
+        The local shell command to execute to retrieve an archived segment of
         the WAL file series. This parameter is required for archive recovery,
         but optional for streaming replication.
         Any <literal>%f</> in the string is