From 6c4ad8b7bf420a6f598e4b45560cffc40ded0875 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Mon, 10 Apr 2017 14:08:20 +0300 Subject: [PATCH] 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. --- doc/src/sgml/protocol.sgml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 -- 2.40.0