diff options
author | Tatsuo Ishii | 2023-01-14 09:05:09 +0000 |
---|---|---|
committer | Tatsuo Ishii | 2023-01-14 09:16:09 +0000 |
commit | 1334b79a359fb842d2d3cfe5b61ad4ccff8b82a4 (patch) | |
tree | 3d46e88184e6af85323d92d43ed6a458bfa2182a | |
parent | ff9618e82a466fc9c635f9f087776e57b21e4f14 (diff) |
Doc: fix typo in backup.sgml.
<varname>archive_command</varname> was unnecessarily repeated.
Author: Tatsuo Ishii
Reviewed-by: Amit Kapila
Backpatch-through: 15
Discussion: https://postgr.es/m/flat/20230114.110234.666053507266410467.t-ishii%40sranhm.sra.co.jp
-rw-r--r-- | doc/src/sgml/backup.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index 8bab521718..be05a33205 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true); On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order for <function>pg_backup_stop</function> to wait. Archiving of these files happens automatically since you have - already configured <varname>archive_command</varname> or <varname>archive_library</varname> or - <varname>archive_command</varname>. + already configured <varname>archive_command</varname> or <varname>archive_library</varname>. In most cases this happens quickly, but you are advised to monitor your archive system to ensure there are no delays. If the archive process has fallen behind because of failures of the |