diff options
author | Bruce Momjian <bruce@momjian.us> | 2014-04-19 14:59:47 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2014-04-19 14:59:47 -0400 |
commit | 0e8beed515b78d5a987c04ec047b7c9bee69ac83 (patch) | |
tree | 2f0576718b63aaa65cbf24e6223a3c508a460356 /doc/src | |
parent | 4353d1809f6d10845be76dda1dad45013d0b14b8 (diff) | |
download | postgresql-0e8beed515b78d5a987c04ec047b7c9bee69ac83.tar.gz postgresql-0e8beed515b78d5a987c04ec047b7c9bee69ac83.zip |
doc: mention archive_command and recovery_command are exec'ed locally
Report by Craig Ringer
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/config.sgml | 2 | ||||
-rw-r--r-- | doc/src/sgml/recovery-config.sgml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 17ef25b5f6a..4a33f874915 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -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. diff --git a/doc/src/sgml/recovery-config.sgml b/doc/src/sgml/recovery-config.sgml index 9335aca8619..c9ed2dffb2d 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -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 |