mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix typo
Amit Langote
This commit is contained in:
parent
7c8345f67f
commit
b09cd2e50a
@ -906,8 +906,8 @@ SELECT * FROM pg_stop_backup(false);
|
||||
<para>
|
||||
Once the WAL segment files active during the backup are archived, you are
|
||||
done. The file identified by <function>pg_stop_backup</>'s first return
|
||||
value the last segment that is required to form a complete set of backup
|
||||
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,
|
||||
<function>pg_stop_backup</> does not return until the last segment has
|
||||
been archived.
|
||||
Archiving of these files happens automatically since you have
|
||||
|
Loading…
Reference in New Issue
Block a user