projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c66a16
)
Doc: clarify behavior of boolean options in replication protocol commands.
author
Tom Lane
Sun, 7 Apr 2024 21:16:32 +0000
(17:16 -0400)
committer
Tom Lane
Sun, 7 Apr 2024 21:16:32 +0000
(17:16 -0400)
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
doc/src/sgml/protocol.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/protocol.sgml
b/doc/src/sgml/protocol.sgml
index a5cb19357f5c7311b46137fa7afe996a68835f14..11f75cd3d653427f87a6c650f5c52afe7998e28a 100644
(file)
--- a/
doc/src/sgml/protocol.sgml
+++ b/
doc/src/sgml/protocol.sgml
@@
-3141,6
+3141,13
@@
psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
+
+
+ In all the above commands,
+ when specifying a parameter of type
boolean
the
+
value
part can be omitted,
+ which is equivalent to specifying
TRUE
.
+