mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
doc: mention archive_command and recovery_command are exec'ed locally
Report by Craig Ringer
This commit is contained in:
@ -2279,7 +2279,7 @@ include 'filename'
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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
|
segment. Any <literal>%p</> in the string is
|
||||||
replaced by the path name of the file to archive, and any
|
replaced by the path name of the file to archive, and any
|
||||||
<literal>%f</> is replaced by only the file name.
|
<literal>%f</> is replaced by only the file name.
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
</indexterm>
|
</indexterm>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<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,
|
the WAL file series. This parameter is required for archive recovery,
|
||||||
but optional for streaming replication.
|
but optional for streaming replication.
|
||||||
Any <literal>%f</> in the string is
|
Any <literal>%f</> in the string is
|
||||||
|
Reference in New Issue
Block a user