Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1334b79

Browse filesBrowse files
committed
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
1 parent ff9618e commit 1334b79
Copy full SHA for 1334b79

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎doc/src/sgml/backup.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/backup.sgml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -956,8 +956,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
956956
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
957957
for <function>pg_backup_stop</function> to wait.
958958
Archiving of these files happens automatically since you have
959-
already configured <varname>archive_command</varname> or <varname>archive_library</varname> or
960-
<varname>archive_command</varname>.
959+
already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
961960
In most cases this happens quickly, but you are advised to monitor your
962961
archive system to ensure there are no delays.
963962
If the archive process has fallen behind because of failures of the

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.