Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit11b6345

Browse files
committed
Improve wording about WAL files in tar mode of pg_basebackup
Author: Alex KliukinReviewed-By: Michael Paquier, Magnus Hagander
1 parent8e97a97 commit11b6345

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎doc/src/sgml/ref/pg_basebackup.sgml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,8 @@ PostgreSQL documentation
347347
backup will fail and be unusable.
348348
</para>
349349
<para>
350-
Thewrite-ahead log files will be written to
351-
the <filename>base.tar</filename> file.
350+
When tar format mode is used, thewrite-ahead log files will be
351+
written tothe <filename>base.tar</filename> file.
352352
</para>
353353
</listitem>
354354
</varlistentry>
@@ -367,9 +367,10 @@ PostgreSQL documentation
367367
requires no extra write-ahead logs to be saved on the master.
368368
</para>
369369
<para>
370-
The write-ahead log files are written to a separate file
371-
named <filename>pg_wal.tar</filename> (if the server is a version
372-
earlier than 10, the file will be named <filename>pg_xlog.tar</filename>).
370+
When tar format mode is used, the write-ahead log files will be
371+
written to a separate file named <filename>pg_wal.tar</filename>
372+
(if the server is a version earlier than 10, the file will be named
373+
<filename>pg_xlog.tar</filename>).
373374
</para>
374375
<para>
375376
This value is the default.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp