aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2023-01-14 18:12:19 +0900
committerTatsuo Ishii <ishii@postgresql.org>2023-01-14 18:12:19 +0900
commit40015cf8ec7a0384a0320c11a31fdeebba4b8e15 (patch)
tree7ccba9b92fa3d022f923576486944c1c8c1c7cf0
parent93595ffd5964247198699339fd8af19c1e4b6a33 (diff)
downloadpostgresql-40015cf8ec7a0384a0320c11a31fdeebba4b8e15.tar.gz
postgresql-40015cf8ec7a0384a0320c11a31fdeebba4b8e15.zip
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.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
index e5e100412a9..6c55f749459 100644
--- a/doc/src/sgml/backup.sgml
+++ b/doc/src/sgml/backup.sgml
@@ -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