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

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

  1. docs: Link to the correct protocol version inspection function