diff options
-rw-r--r-- | doc/src/sgml/protocol.sgml | 15 |
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 |