]> granicus.if.org Git - postgresql/commitdiff
Fix indentation.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 10 Apr 2017 11:13:15 +0000 (14:13 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 10 Apr 2017 11:13:15 +0000 (14:13 +0300)
Oops, I forgot to "git add" this to previous commit.

doc/src/sgml/protocol.sgml

index 0d825e285864a42c438cfbac9f2deb197899750b..4e8bb32d33c9f3352c4462a767728f5f626ed0c3 100644 (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>