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

Commite4859f8

Browse files
committed
doc: Clarify name of files generated by pg_waldump --save-fullpage
The fork name is always separated with the block number by an underscorein the names of the files generated, but the docs stuck them togetherwithout a separator, which was confusing.Author: Christoph BergDiscussion:https://postgr.es/m/ZvxtSLiix9eceMRM@msg.df7cb.deBackpatch-through: 16
1 parent7de9b64 commite4859f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎doc/src/sgml/ref/pg_waldump.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ PostgreSQL documentation
283283
</para>
284284
<para>
285285
The full page images are saved with the following file name format:
286-
<literal><replaceable>TIMELINE</replaceable>-<replaceable>LSN</replaceable>.<replaceable>RELTABLESPACE</replaceable>.<replaceable>DATOID</replaceable>.<replaceable>RELNODE</replaceable>.<replaceable>BLKNO</replaceable><replaceable>FORK</replaceable></literal>
286+
<literal><replaceable>TIMELINE</replaceable>-<replaceable>LSN</replaceable>.<replaceable>RELTABLESPACE</replaceable>.<replaceable>DATOID</replaceable>.<replaceable>RELNODE</replaceable>.<replaceable>BLKNO</replaceable>_<replaceable>FORK</replaceable></literal>
287287

288288
The file names are composed of the following parts:
289289
<informaltable>
@@ -334,8 +334,8 @@ PostgreSQL documentation
334334
<entry>FORK</entry>
335335
<entry>
336336
The name of the fork the full page image came from, such as
337-
<literal>_main</literal>, <literal>_fsm</literal>,
338-
<literal>_vm</literal>, or <literal>_init</literal>.
337+
<literal>main</literal>, <literal>fsm</literal>,
338+
<literal>vm</literal>, or <literal>init</literal>.
339339
</entry>
340340
</row>
341341
</tbody>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp