aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-04-07 17:16:32 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2024-04-07 17:16:32 -0400
commit626603d46337ee331d7616b34ae539b1195556a7 (patch)
treea298532360fdef26049368d2c0f21d39263dd54c /doc/src
parent0c66a164e75163f5a850fb89d13ec0b213753d8d (diff)
downloadpostgresql-626603d46337ee331d7616b34ae539b1195556a7.tar.gz
postgresql-626603d46337ee331d7616b34ae539b1195556a7.zip
Doc: clarify behavior of boolean options in replication protocol commands.
Same idea as ec7e053a9, but applying to the walsender commands described in protocol.sgml. Peter Smith Discussion: https://postgr.es/m/CAHut+PvwjZfdGt2R8HTXgSZft=jZKymrS8KUg31pS7zqaaWKKw@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/protocol.sgml7
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">