doc: Reorder protocol version option descriptions in libpq docs.
authorFujii Masao <fujii@postgresql.org>
Wed, 18 Jun 2025 00:18:40 +0000 (09:18 +0900)
committerFujii Masao <fujii@postgresql.org>
Wed, 18 Jun 2025 00:18:40 +0000 (09:18 +0900)
commit428a87607b58949cfc35eeab94825e2de0d541a5
tree2365d30396cc8702eedad1225be9a37431d5fdb6
parentbb43c97babdf09efbd97bb535d2acb522678f977
doc: Reorder protocol version option descriptions in libpq docs.

Commit 285613c60a7 introduced the min_protocol_version and
max_protocol_version connection options for libpq, but their descriptions
were placed in the middle of the unrelated ssl_min_protocol_version and
ssl_max_protocol_version entries.

This commit moves the min_protocol_version and max_protocol_version
descriptions to appear after the SSL-related options. This improves
the logical order and makes it easier for users to locate the relevant
settings in the libpq documentation.

Author: Fujii Masao <masao.fujii@gmail.com>
Reviewed-by: Jelte Fennema-Nio <postgres@jeltef.nl>
Discussion: http://postgr.es/m/a3391f36-30f5-4d4a-825b-232476819de8@oss.nttdata.com
doc/src/sgml/libpq.sgml