Reorder min/max_protocol_version descriptions in libpq documentation

From: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
To: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Reorder min/max_protocol_version descriptions in libpq documentation
Date: 2025-06-17 16:32:11
Message-ID: a3391f36-30f5-4d4a-825b-232476819de8@oss.nttdata.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hi,

Commit 285613c60a7 added the min_protocol_version and max_protocol_version
connection options to libpq. However, their descriptions currently appear
in the middle of the unrelated ssl_min_protocol_version and
ssl_max_protocol_version entries in libpq.sgml. Is there a reason for
this placement?

To make the documentation more intuitive and easier to navigate,
I suggest moving these entries after the SSL-related options.
Attached is a patch that does that.

Thanks,

--
Fujii Masao
NTT DATA Japan Corporation

Attachment Content-Type Size
v1-0001-doc-Reorder-protocol-version-option-descriptions-.patch text/plain 3.4 KB

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Jelte Fennema-Nio 2025-06-17 16:34:46 Re: Reorder min/max_protocol_version descriptions in libpq documentation
Previous Message Fujii Masao 2025-06-17 14:54:48 Re: Clarify VACUUM FULL exclusion in total_vacuum_time docs