1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +03:00

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
This commit is contained in:
Tatsuo Ishii
2023-01-14 18:12:19 +09:00
parent 93595ffd59
commit 40015cf8ec

View 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 On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
for <function>pg_backup_stop</function> to wait. for <function>pg_backup_stop</function> to wait.
Archiving of these files happens automatically since you have Archiving of these files happens automatically since you have
already configured <varname>archive_command</varname> or <varname>archive_library</varname> or already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
<varname>archive_command</varname>.
In most cases this happens quickly, but you are advised to monitor your In most cases this happens quickly, but you are advised to monitor your
archive system to ensure there are no delays. archive system to ensure there are no delays.
If the archive process has fallen behind because of failures of the If the archive process has fallen behind because of failures of the