docs: Link to the correct protocol version inspection function
Jelte Fennema-Nio <postgres@jeltef.nl>
From: Jelte Fennema-Nio <postgres@jeltef.nl>
To: pgsql-docs@lists.postgresql.org
Date: 2025-10-22T09:42:07Z
Lists: pgsql-docs
Attachments
- v1-0001-docs-Link-to-the-correct-protocol-version-inspect.patch (application/x-patch) patch v1-0001
The docs for max_protocol_version suggested PQprotocolVersion instead of PQfullProtocolVersion to find out the exact protocol version. Since PQprotocolVersion only returns the major protocol version that is bad advice.
Commits
-
docs: Link to the correct protocol version inspection function
- fa78e5bea53a 18.1 landed
- 9fcd4874ed50 19 (unreleased) landed