10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86fa9b2 commit 6c4ad8bCopy full SHA for 6c4ad8b
doc/src/sgml/protocol.sgml
@@ -5138,6 +5138,21 @@ StartupMessage (F)
5138
</para>
5139
</listitem>
5140
</varlistentry>
5141
+<varlistentry>
5142
+<term>
5143
+ <literal>replication</>
5144
+</term>
5145
+<listitem>
5146
+<para>
5147
+ Used to connect in streaming replication mode, where a small
5148
+ set of replication commands can be issued instead of SQL
5149
+ statements. Value can be <literal>true</>,
5150
+ <literal>false</>, or <literal>database</>, and the default
5151
+ is <literal>false</>. See
5152
+ <xref linkend="protocol-replication"> for details.
5153
+</para>
5154
+</listitem>
5155
+</varlistentry>
5156
</variablelist>
5157
5158
In addition to the above, any run-time parameter that can be
0 commit comments