diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-04-10 14:13:15 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-04-10 14:13:15 +0300 |
commit | 9cf5c31964315181e475fc37a5e9ad2204fe3484 (patch) | |
tree | d1b368332592929554003033da49cb9729f97e8d | |
parent | 6c4ad8b7bf420a6f598e4b45560cffc40ded0875 (diff) | |
download | postgresql-9cf5c31964315181e475fc37a5e9ad2204fe3484.tar.gz postgresql-9cf5c31964315181e475fc37a5e9ad2204fe3484.zip |
Fix indentation.
Oops, I forgot to "git add" this to previous commit.
-rw-r--r-- | doc/src/sgml/protocol.sgml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 0d825e28586..4e8bb32d33c 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -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> |