Skip to content

Commit 626603d

Browse files
committed
Doc: clarify behavior of boolean options in replication protocol commands.
Same idea as ec7e053, but applying to the walsender commands described in protocol.sgml. Peter Smith Discussion: https://postgr.es/m/CAHut+PvwjZfdGt2R8HTXgSZft=jZKymrS8KUg31pS7zqaaWKKw@mail.gmail.com
1 parent 0c66a16 commit 626603d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/src/sgml/protocol.sgml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,6 +3141,13 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
31413141
</varlistentry>
31423142
</variablelist>
31433143
</para>
3144+
3145+
<para>
3146+
In all the above commands,
3147+
when specifying a parameter of type <type>boolean</type> the
3148+
<replaceable class="parameter">value</replaceable> part can be omitted,
3149+
which is equivalent to specifying <literal>TRUE</literal>.
3150+
</para>
31443151
</sect1>
31453152

31463153
<sect1 id="protocol-logical-replication">

0 commit comments

Comments
 (0)