We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb64a5 commit a1973e5Copy full SHA for a1973e5
doc/src/sgml/protocol.sgml
@@ -6081,13 +6081,13 @@ psql "dbname=postgres replication=database" -c "IDENTIFY_SYSTEM;"
6081
</varlistentry>
6082
6083
<varlistentry>
6084
- <term>Int32(196608)</term>
+ <term>Int32(196610)</term>
6085
<listitem>
6086
<para>
6087
The protocol version number. The most significant 16 bits are
6088
the major version number (3 for the protocol described here).
6089
The least significant 16 bits are the minor version number
6090
- (0 for the protocol described here).
+ (2 for the protocol described here).
6091
</para>
6092
</listitem>
6093
0 commit comments