summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref
diff options
context:
space:
mode:
authorFujii Masao2025-11-17 14:24:39 +0000
committerFujii Masao2025-11-17 14:24:39 +0000
commit6793d6a839c1e4eac495fd0c48b75dc1871425c8 (patch)
tree02b31f6b2fc5f47b7bac6bc8b41672d55caf42e2 /doc/src/sgml/ref
parentab805989b2ee500cfa060ea36a9133b355bb4f0f (diff)
doc: Document default values for some pg_recvlogical options.HEADmaster
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 <[email protected]> Reviewed-by: Laurenz Albe <[email protected]> Discussion: https://postgr.es/m/CAHGQGwFqssPBjkWMFofGq32e_tANOeWN-cM=6biAP3nnFUXMRw@mail.gmail.com
Diffstat (limited to 'doc/src/sgml/ref')
-rw-r--r--doc/src/sgml/ref/pg_recvlogical.sgml8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/src/sgml/ref/pg_recvlogical.sgml b/doc/src/sgml/ref/pg_recvlogical.sgml
index 263ebdeeab4..2cc24f91583 100644
--- a/doc/src/sgml/ref/pg_recvlogical.sgml
+++ b/doc/src/sgml/ref/pg_recvlogical.sgml
@@ -206,7 +206,7 @@ PostgreSQL documentation
<para>
Specifies how often <application>pg_recvlogical</application> should
issue <function>fsync()</function> calls to ensure the output file is
- safely flushed to disk.
+ safely flushed to disk. The default value is 10 seconds.
</para>
<para>
@@ -275,8 +275,10 @@ PostgreSQL documentation
<listitem>
<para>
When creating a slot, use the specified logical decoding output
- plugin. See <xref linkend="logicaldecoding"/>. This option has no
- effect if the slot already exists.
+ plugin. See <xref linkend="logicaldecoding-output-plugin"/> for
+ information about the plugins <productname>PostgreSQL</productname>
+ provides. The default is <xref linkend="test-decoding"/>.
+ This option has no effect if the slot already exists.
</para>
</listitem>
</varlistentry>