]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: fix typo in backup.sgml.
authorTatsuo Ishii <ishii@postgresql.org>
Sat, 14 Jan 2023 09:12:19 +0000 (18:12 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Sat, 14 Jan 2023 09:12:19 +0000 (18:12 +0900)
<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

doc/src/sgml/backup.sgml

index e5e100412a9bf9c4c0b6424e9d9842c315b68be2..6c55f7494597529c8eaf60089a862b8518d9f499 100644 (file)
@@ -943,8 +943,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