diff options
author | Magnus Hagander | 2016-05-17 15:28:18 +0000 |
---|---|---|
committer | Magnus Hagander | 2016-05-17 15:28:18 +0000 |
commit | b09cd2e50a69182ef38ad67ac77d06a87236c5b0 (patch) | |
tree | ba930f50dfc70224fca3be2e0bcacfbf9086d48a /doc/src | |
parent | 7c8345f67f3008a394adccae262f2a2162b6f5c7 (diff) |
Fix typo
Amit Langote
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/backup.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml index b0361831b57..96fc9a0211d 100644 --- a/doc/src/sgml/backup.sgml +++ b/doc/src/sgml/backup.sgml @@ -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 |