summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-04-10 14:08:20 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-04-10 14:08:20 +0300
commit6c4ad8b7bf420a6f598e4b45560cffc40ded0875 (patch)
tree0124b33540da6874619f35ba7d288c8e8157b9c0 /doc/src
parent86fa9b2d1b74cf7e3402c7653f7515b075eacc7b (diff)
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/protocol.sgml15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml
index 9d46d741133..0d825e28586 100644
--- a/doc/src/sgml/protocol.sgml
+++ b/doc/src/sgml/protocol.sgml
@@ -5138,6 +5138,21 @@ StartupMessage (F)
</para>
</listitem>
</varlistentry>
+<varlistentry>
+<term>
+ <literal>replication</>
+</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.
+</para>
+</listitem>
+</varlistentry>
</variablelist>
In addition to the above, any run-time parameter that can be