We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent7c8345f commitb09cd2eCopy 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,
+ valueisthe last segment that is required to form a complete set of
+backupfiles. 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