Commit b09cd2e5 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo

Amit Langote
parent 7c8345f6
...@@ -906,8 +906,8 @@ SELECT * FROM pg_stop_backup(false); ...@@ -906,8 +906,8 @@ SELECT * FROM pg_stop_backup(false);
<para> <para>
Once the WAL segment files active during the backup are archived, you are 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 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 value is the last segment that is required to form a complete set of
files. If <varname>archive_mode</> is enabled, backup files. If <varname>archive_mode</> is enabled,
<function>pg_stop_backup</> does not return until the last segment has <function>pg_stop_backup</> does not return until the last segment has
been archived. been archived.
Archiving of these files happens automatically since you have Archiving of these files happens automatically since you have
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment