Commit 6c4ad8b7 authored by Heikki Linnakangas's avatar Heikki Linnakangas

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.
parent 86fa9b2d
...@@ -5138,6 +5138,21 @@ StartupMessage (F) ...@@ -5138,6 +5138,21 @@ StartupMessage (F)
</para> </para>
</listitem> </listitem>
</varlistentry> </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> </variablelist>
In addition to the above, any run-time parameter that can be In addition to the above, any run-time parameter that can be
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment