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> </term>
<listitem> <listitem>
<para> <para>
Used to connect in streaming replication mode, where a small Used to connect in streaming replication mode, where
set of replication commands can be issued instead of SQL a small set of replication commands can be issued
statements. Value can be <literal>true</>, instead of SQL statements. Value can be
<literal>false</>, or <literal>database</>, and the default <literal>true</>, <literal>false</>, or
is <literal>false</>. See <literal>database</>, and the default is
<xref linkend="protocol-replication"> for details. <literal>false</>. See
<xref linkend="protocol-replication"> for details.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>