8000 Fix typo · postgrespro/postgres_cluster@b09cd2e · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

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

8000
Appearance settings

Commit b09cd2e

Browse files
committed
Fix typo
Amit Langote
1 parent 7c8345f commit b09cd2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/backup.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@ SELECT * FROM pg_stop_backup(false);
906906
<para>
907907
Once the WAL segment files active during the backup are archived, you are
908908
done. The file identified by <function>pg_stop_backup</>'s first return
909-
value the last segment that is required to form a complete set of backup
910-
files. If <varname>archive_mode</> is enabled,
909+
value is the last segment that is required to form a complete set of
910+
backup files. If <varname>archive_mode</> is enabled,
911911
<function>pg_stop_backup</> does not return until the last segment has
912912
been archived.
913913
Archiving of these files happens automatically since you have

0 commit comments

Comments
 (0)
0