Skip to content

Commit d842581

Browse files
committed
doc: Document default values for pgoutput options in protocol.sgml.
The pgoutput plugin options are described in the logical streaming replication protocol documentation, but their default values were previously not mentioned. This made it less convenient for users, for example, when specifying those options to use pg_recvlogical with pgoutput plugin. This commit adds the explanations of the default values for pgoutput options to improve clarity and usability. Author: Fujii Masao <masao.fujii@gmail.com> Reviewed-by: Euler Taveira <euler@eulerto.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/d2790f10-238d-4cb5-a743-d9d2a9dd900f@oss.nttdata.com
1 parent 09fcc65 commit d842581

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3492,6 +3492,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
34923492
<para>
34933493
Boolean option to use binary transfer mode. Binary mode is faster
34943494
than the text mode but slightly less robust.
3495+
The default is <literal>off</literal>.
34953496
</para>
34963497
</listitem>
34973498
</varlistentry>
@@ -3504,6 +3505,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
35043505
<para>
35053506
Boolean option to enable sending the messages that are written
35063507
by <function>pg_logical_emit_message</function>.
3508+
The default is <literal>off</literal>.
35073509
</para>
35083510
</listitem>
35093511
</varlistentry>
@@ -3533,6 +3535,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
35333535
<para>
35343536
Boolean option to enable two-phase transactions. Minimum protocol
35353537
version 3 is required to turn it on.
3538+
The default is <literal>off</literal>.
35363539
</para>
35373540
</listitem>
35383541
</varlistentry>
@@ -3549,6 +3552,7 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
35493552
to send the changes regardless of their origin. This can be used
35503553
to avoid loops (infinite replication of the same data) among
35513554
replication nodes.
3555+
The default is <literal>any</literal>.
35523556
</para>
35533557
</listitem>
35543558
</varlistentry>

0 commit comments

Comments
 (0)