pgsql: doc: Reorder protocol version option descriptions in libpq docs. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: doc: Reorder protocol version option descriptions in libpq docs.
Date
Msg-id E1uRgXB-002BMD-03@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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: https://postgr.es/m/a3391f36-30f5-4d4a-825b-232476819de8@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/428a87607b58949cfc35eeab94825e2de0d541a5

Modified Files
--------------
doc/src/sgml/libpq.sgml | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: doc PG 18 relnotes: add markup, still need to add links
Next
From: Michael Paquier
Date:
Subject: pgsql: Document "relrewrite" at the top of heap_create_with_catalog()