Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 626603d

Browse filesBrowse 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
Copy full SHA for 626603d

File tree

Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-0
lines changed

‎doc/src/sgml/protocol.sgml

Copy file name to clipboardExpand all lines: doc/src/sgml/protocol.sgml
+7Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.