Skip to content

Commit 97dccef

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 underscore in the names of the files generated, but the docs stuck them together without a separator, which was confusing. Author: Christoph Berg Discussion: https://postgr.es/m/ZvxtSLiix9eceMRM@msg.df7cb.de Backpatch-through: 16
1 parent a94d5b3 commit 97dccef

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
@@ -284,7 +284,7 @@ PostgreSQL documentation
284284
</para>
285285
<para>
286286
The full page images are saved with the following file name format:
287-
<literal><replaceable>TIMELINE</replaceable>-<replaceable>LSN</replaceable>.<replaceable>RELTABLESPACE</replaceable>.<replaceable>DATOID</replaceable>.<replaceable>RELNODE</replaceable>.<replaceable>BLKNO</replaceable><replaceable>FORK</replaceable></literal>
287+
<literal><replaceable>TIMELINE</replaceable>-<replaceable>LSN</replaceable>.<replaceable>RELTABLESPACE</replaceable>.<replaceable>DATOID</replaceable>.<replaceable>RELNODE</replaceable>.<replaceable>BLKNO</replaceable>_<replaceable>FORK</replaceable></literal>
288288

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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy