@@ -2515,7 +2515,10 @@ The commands accepted in replication mode are:
2515
2515
<term><replaceable class="parameter">option_name</replaceable></term>
2516
2516
<listitem>
2517
2517
<para>
2518
- The name of an option passed to the slot's logical decoding plugin.
2518
+ The name of an option passed to the slot's logical decoding output
2519
+ plugin. See <xref linkend="protocol-logical-replication"/> for
2520
+ options that are accepted by the standard (<literal>pgoutput</literal>)
2521
+ plugin.
2519
2522
</para>
2520
2523
</listitem>
2521
2524
</varlistentry>
@@ -2823,12 +2826,18 @@ The commands accepted in replication mode are:
2823
2826
the physical streaming replication protocol.
2824
2827
</para>
2825
2828
2829
+ <para>
2830
+ <productname>PostgreSQL</productname> logical decoding supports output
2831
+ plugins. <literal>pgoutput</literal> is the standard one used for
2832
+ the built-in logical replication.
2833
+ </para>
2834
+
2826
2835
<sect2 id="protocol-logical-replication-params">
2827
2836
<title>Logical Streaming Replication Parameters</title>
2828
2837
2829
2838
<para>
2830
- The logical replication <literal>START_REPLICATION</literal> command
2831
- accepts following parameters :
2839
+ Using the <literal>START_REPLICATION</literal> command,
2840
+ <literal>pgoutput</literal> accepts the following options :
2832
2841
2833
2842
<variablelist>
2834
2843
<varlistentry>
@@ -2838,7 +2847,7 @@ The commands accepted in replication mode are:
2838
2847
<listitem>
2839
2848
<para>
2840
2849
Protocol version. Currently only version <literal>1</literal> is
2841
- supported.
2850
+ supported. A valid version is required.
2842
2851
</para>
2843
2852
</listitem>
2844
2853
</varlistentry>
@@ -2852,6 +2861,7 @@ The commands accepted in replication mode are:
2852
2861
Comma separated list of publication names for which to subscribe
2853
2862
(receive changes). The individual publication names are treated
2854
2863
as standard objects names and can be quoted the same as needed.
2864
+ At least one publication name is required.
2855
2865
</para>
2856
2866
</listitem>
2857
2867
</varlistentry>
0 commit comments