Re: Reorder min/max_protocol_version descriptions in libpq documentation - Mailing list pgsql-docs

From Jelte Fennema-Nio
Subject Re: Reorder min/max_protocol_version descriptions in libpq documentation
Date
Msg-id CAGECzQQ2MgUTsUAHESLhW47wA-S3V9vuBzUcP6qRfBY12xGMdA@mail.gmail.com
Whole thread Raw
In response to Reorder min/max_protocol_version descriptions in libpq documentation  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-docs
On Tue, 17 Jun 2025 at 18:32, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
>
> 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?

Not that I can remember, probably because I copied the
ssl_min_protocol_version section when writing the initial version
min_protocol_version section.

> 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.

+1



pgsql-docs by date:

Previous
From: Fujii Masao
Date:
Subject: Reorder min/max_protocol_version descriptions in libpq documentation
Next
From: Robert Treat
Date:
Subject: Re: Clarify VACUUM FULL exclusion in total_vacuum_time docs