Fix indentation.

Oops, I forgot to "git add" this to previous commit.
This commit is contained in:
Heikki Linnakangas 2017-04-10 14:13:15 +03:00
parent 6c4ad8b7bf
commit 9cf5c31964
1 changed files with 7 additions and 6 deletions

View File

@ -5144,12 +5144,13 @@ StartupMessage (F)
</term>
<listitem>
<para>
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
<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
<xref linkend="protocol-replication"> for details.
</para>
</listitem>
</varlistentry>