diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/protocol.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index a5cb19357f5..11f75cd3d65 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -3141,6 +3141,13 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" </varlistentry> </variablelist> </para> + + <para> + In all the above commands, + when specifying a parameter of type <type>boolean</type> the + <replaceable class="parameter">value</replaceable> part can be omitted, + which is equivalent to specifying <literal>TRUE</literal>. + </para> </sect1> <sect1 id="protocol-logical-replication"> |