Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 56e0d77

Browse files
Peter SmithCommitfest Bot
Peter Smith
authored and
Commitfest Bot
committed
DOCS - pg_walsummary. Change 'file' to 'filename' and add the missing option description for it.
1 parent 291ac8d commit 56e0d77

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/src/sgml/ref/pg_walsummary.sgml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PostgreSQL documentation
2323
<cmdsynopsis>
2424
<command>pg_walsummary</command>
2525
<arg rep="repeat" choice="opt"><replaceable>option</replaceable></arg>
26-
<arg rep="repeat"><replaceable>file</replaceable></arg>
26+
<arg rep="repeat"><replaceable>filename</replaceable></arg>
2727
</cmdsynopsis>
2828
</refsynopsisdiv>
2929

@@ -56,6 +56,16 @@ PostgreSQL documentation
5656

5757
<para>
5858
<variablelist>
59+
<varlistentry>
60+
<term><replaceable class="parameter">filename</replaceable></term>
61+
<listitem>
62+
<para>
63+
A binary WAL summary file, found within the <literal>pg_wal/summaries</literal>
64+
subdirectory of the data directory.
65+
</para>
66+
</listitem>
67+
</varlistentry>
68+
5969
<varlistentry>
6070
<term><option>-i</option></term>
6171
<term><option>--individual</option></term>

0 commit comments

Comments
 (0)