diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 17ef25b5f6..4a33f87491 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -2279,7 +2279,7 @@ include 'filename' - 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 %p in the string is replaced by the path name of the file to archive, and any %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 9335aca861..c9ed2dffb2 100644 --- a/doc/src/sgml/recovery-config.sgml +++ b/doc/src/sgml/recovery-config.sgml @@ -42,7 +42,7 @@ - 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 %f in the string is