From 4bd6dc0daa20553deb37f7ae3cea8e0869bcfdcb Mon Sep 17 00:00:00 2001 From: Peter Smith Date: Fri, 12 Jan 2024 15:56:30 +1100 Subject: [PATCH v1] Describe default if boolean value omitted --- doc/src/sgml/protocol.sgml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/src/sgml/protocol.sgml b/doc/src/sgml/protocol.sgml index 6c3e8a6..5cd6900 100644 --- a/doc/src/sgml/protocol.sgml +++ b/doc/src/sgml/protocol.sgml @@ -1853,6 +1853,12 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;" + When specifying a parameter of type boolean, the + value part can be omitted, + which is equivalent to specifying TRUE. + + + The commands accepted in replication mode are: -- 1.8.3.1