Skip to content

Commit 6793d6a

Browse files
committed
doc: Document default values for some pg_recvlogical options.
The documentation did not previously mention the default values for the --fsync-interval and --plugin options, even though pg_recvlogical --help shows them. This omission made it harder for users to understand the tool's behavior from the documentation alone. This commit adds the missing default value descriptions for both options to the pg_recvlogical documentation. Author: Fujii Masao <masao.fujii@gmail.com> Reviewed-by: Laurenz Albe <laurenz.albe@cybertec.at> Discussion: https://postgr.es/m/CAHGQGwFqssPBjkWMFofGq32e_tANOeWN-cM=6biAP3nnFUXMRw@mail.gmail.com
1 parent ab80598 commit 6793d6a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/src/sgml/ref/pg_recvlogical.sgml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ PostgreSQL documentation
206206
<para>
207207
Specifies how often <application>pg_recvlogical</application> should
208208
issue <function>fsync()</function> calls to ensure the output file is
209-
safely flushed to disk.
209+
safely flushed to disk. The default value is 10 seconds.
210210
</para>
211211

212212
<para>
@@ -275,8 +275,10 @@ PostgreSQL documentation
275275
<listitem>
276276
<para>
277277
When creating a slot, use the specified logical decoding output
278-
plugin. See <xref linkend="logicaldecoding"/>. This option has no
279-
effect if the slot already exists.
278+
plugin. See <xref linkend="logicaldecoding-output-plugin"/> for
279+
information about the plugins <productname>PostgreSQL</productname>
280+
provides. The default is <xref linkend="test-decoding"/>.
281+
This option has no effect if the slot already exists.
280282
</para>
281283
</listitem>
282284
</varlistentry>

0 commit comments

Comments
 (0)