We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8345f commit b09cd2eCopy full SHA for b09cd2e
doc/src/sgml/backup.sgml
@@ -906,8 +906,8 @@ SELECT * FROM pg_stop_backup(false);
906
<para>
907
Once the WAL segment files active during the backup are archived, you are
908
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,
+ value is the last segment that is required to form a complete set of
+ backup files. If <varname>archive_mode</> is enabled,
911
<function>pg_stop_backup</> does not return until the last segment has
912
been archived.
913
Archiving of these files happens automatically since you have
0 commit comments