Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit40015cf

Browse files
committed
Doc: fix typo in backup.sgml.
<varname>archive_command</varname> was unnecessarily repeated.Author: Tatsuo IshiiReviewed-by: Amit KapilaBackpatch-through: 15Discussion:https://postgr.es/m/flat/20230114.110234.666053507266410467.t-ishii%40sranhm.sra.co.jp
1 parent93595ff commit40015cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎doc/src/sgml/backup.sgml‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,7 @@ SELECT * FROM pg_backup_stop(wait_for_archive => true);
943943
On a standby, <varname>archive_mode</varname> must be <literal>always</literal> in order
944944
for <function>pg_backup_stop</function> to wait.
945945
Archiving of these files happens automatically since you have
946-
already configured <varname>archive_command</varname> or <varname>archive_library</varname> or
947-
<varname>archive_command</varname>.
946+
already configured <varname>archive_command</varname> or <varname>archive_library</varname>.
948947
In most cases this happens quickly, but you are advised to monitor your
949948
archive system to ensure there are no delays.
950949
If the archive process has fallen behind because of failures of the

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp