From: Heikki Linnakangas Date: Mon, 10 Apr 2017 11:08:20 +0000 (+0300) Subject: Document the "replication" option in StartupMessage. X-Git-Tag: REL_10_BETA1~321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4ad8b7bf420a6f598e4b45560cffc40ded0875;p=postgresql Document the "replication" option in StartupMessage. It is documented in the Streaming Replication Protocol section, but was missing from the list of options in StartupMessage description. --- diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 9d46d74113..0d825e2858 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -5138,6 +5138,21 @@ StartupMessage (F) + + + replication + + + + Used to connect in streaming replication mode, where a small + set of replication commands can be issued instead of SQL + statements. Value can be true, + false, or database, and the default + is false. See + for details. + + + In addition to the above, any run-time parameter that can be