diff options
-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> |