]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Improve wording about WAL files in tar mode of pg_basebackup
authorMagnus Hagander <magnus@hagander.net>
Tue, 29 Jan 2019 09:42:41 +0000 (10:42 +0100)
committerMagnus Hagander <magnus@hagander.net>
Tue, 29 Jan 2019 09:44:29 +0000 (10:44 +0100)
Author: Alex Kliukin
Reviewed-By: Michael Paquier, Magnus Hagander
doc/src/sgml/ref/pg_basebackup.sgml

index 2454d35af3905259e45cf99e6d7a5b2c4c026572..e29476b14fda281f5aca282ae174ae270cb36ed5 100644 (file)
@@ -347,8 +347,8 @@ PostgreSQL documentation
              backup will fail and be unusable.
            </para>
            <para>
-            The write-ahead log files will be written to
-            the <filename>base.tar</filename> file.
+            When tar format mode is used, the write-ahead log files will be
+            written to the <filename>base.tar</filename> file.
            </para>
           </listitem>
          </varlistentry>
@@ -367,9 +367,10 @@ PostgreSQL documentation
              requires no extra write-ahead logs to be saved on the master.
            </para>
            <para>
-            The write-ahead log files are written to a separate file
-            named <filename>pg_wal.tar</filename> (if the server is a version
-            earlier than 10, the file will be named <filename>pg_xlog.tar</filename>).
+            When tar format mode is used, the write-ahead log files will be
+            written to a separate file named <filename>pg_wal.tar</filename> 
+            (if the server is a version earlier than 10, the file will be named
+            <filename>pg_xlog.tar</filename>).
            </para>
            <para>
             This value is the default.