diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 536de9a698..87292739b5 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -2578,19 +2578,19 @@ The commands accepted in replication mode are: - MANIFEST + MANIFEST manifest_option When this option is specified with a value of yes - or force-escape, a backup manifest is created + or force-encode, a backup manifest is created and sent along with the backup. The manifest is a list of every file present in the backup with the exception of any WAL files that may be included. It also stores the size, last modification time, and an optional checksum for each file. - A value of force-escape forces all filenames + A value of force-encode forces all filenames to be hex-encoded; otherwise, this type of encoding is performed only for files whose names are non-UTF8 octet sequences. - force-escape is intended primarily for testing + force-encode is intended primarily for testing purposes, to be sure that clients which read the backup manifest can handle this case. For compatibility with previous releases, the default is MANIFEST 'no'. @@ -2599,7 +2599,7 @@ The commands accepted in replication mode are: - MANIFEST_CHECKSUMS + MANIFEST_CHECKSUMS checksum_algorithm Specifies the algorithm that should be applied to each file included