We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent6c4ad8b commit9cf5c31Copy full SHA for 9cf5c31
doc/src/sgml/protocol.sgml
@@ -5144,12 +5144,13 @@ StartupMessage (F)
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.
+ Used to connect in streaming replication mode, where
+ a small set of replication commands can be issued
+ instead of SQL statements. Value can be
+ <literal>true</>, <literal>false</>, or
+ <literal>database</>, and the default is
+ <literal>false</>. See
5153
+ <xref linkend="protocol-replication"> for details.
5154
</para>
5155
</listitem>
5156
</varlistentry>