@@ -824,8 +824,9 @@ test ! -f /mnt/server/archivedir/00000001000000A900000065 && cp pg_wal/0
824
824
way. The non-exclusive method is recommended and the exclusive one is
825
825
deprecated and will eventually be removed.
826
826
</para>
827
+
827
828
<sect3 id="backup-lowlevel-base-backup-nonexclusive">
828
- <title>Making anon-exclusive low level backup </title>
829
+ <title>Making aNon-Exclusive Low-Level Backup </title>
829
830
<para>
830
831
A non-exclusive low level backup is one that allows other
831
832
concurrent backups to be running (both those started using
@@ -947,7 +948,7 @@ SELECT * FROM pg_stop_backup(false, true);
947
948
</para>
948
949
</sect3>
949
950
<sect3 id="backup-lowlevel-base-backup-exclusive">
950
- <title>Making anexclusive low level backup </title>
951
+ <title>Making anExclusive Low-Level Backup </title>
951
952
952
953
<note>
953
954
<para>
@@ -1082,7 +1083,7 @@ SELECT pg_stop_backup();
1082
1083
</para>
1083
1084
</sect3>
1084
1085
<sect3 id="backup-lowlevel-base-backup-data">
1085
- <title>Backingup thedata directory </title>
1086
+ <title>BackingUp theData Directory </title>
1086
1087
<para>
1087
1088
Some file system backup tools emit warnings or errors
1088
1089
if the files they are trying to copy change while the copy proceeds.