[Doc] Improve hostssl related descriptions and option presentation

Lists: pgsql-hackers
From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: [Doc] Improve hostssl related descriptions and option presentation
Date: 2024-02-01 22:47:15
Message-ID: CAKFQuwa=iY13UkH2K4-Srut9iaXBi2FkLzWRxbok+mdSMPEDuA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Motivated by a recent complaint [1] I found the hostssl related material in
our docs quite verbose and even repetitive. Some of that is normal since
we have both an overview/walk-through section as well as a reference
section. But the overview in particular was self-repetitive. Here is a
first pass at some improvements. The commit message contains both the
intent of the patch and some thoughts/questions still being considered.

David J.

[1]
https://www.postgresql.org/message-id/170672433664.663.11895343120533141715%40wrigleys.postgresql.org

Attachment Content-Type Size
v1-0001-docs-improve-hostssl-related-descriptions-and-option.patch text/x-patch 15.3 KB

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Doc] Improve hostssl related descriptions and option presentation
Date: 2024-04-22 21:20:03
Message-ID: CAKFQuwa2pUpvqLHazAmB0W92_bntW8oZrfsqLKtsCvR6Y+cujg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

Thoughts anyone?

On Thu, Feb 1, 2024 at 3:47 PM David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com>
wrote:

> Motivated by a recent complaint [1] I found the hostssl related material
> in our docs quite verbose and even repetitive. Some of that is normal
> since we have both an overview/walk-through section as well as a reference
> section. But the overview in particular was self-repetitive. Here is a
> first pass at some improvements. The commit message contains both the
> intent of the patch and some thoughts/questions still being considered.
>
> David J.
>
> [1]
> https://www.postgresql.org/message-id/170672433664.663.11895343120533141715%40wrigleys.postgresql.org
>


From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Doc] Improve hostssl related descriptions and option presentation
Date: 2025-02-27 18:37:58
Message-ID: CAKFQuwZLetR_bdTN2V7at3bX8GJu0xswpKy=LC76W+VCoADy-Q@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On Mon, Apr 22, 2024 at 2:20 PM David G. Johnston <
david(dot)g(dot)johnston(at)gmail(dot)com> wrote:

> Thoughts anyone?
>
> On Thu, Feb 1, 2024 at 3:47 PM David G. Johnston <
> david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>
>> Motivated by a recent complaint [1] I found the hostssl related material
>> in our docs quite verbose and even repetitive. Some of that is normal
>> since we have both an overview/walk-through section as well as a reference
>> section. But the overview in particular was self-repetitive. Here is a
>> first pass at some improvements. The commit message contains both the
>> intent of the patch and some thoughts/questions still being considered.
>>
>> David J.
>>
>> [1]
>> https://www.postgresql.org/message-id/170672433664.663.11895343120533141715%40wrigleys.postgresql.org
>>
>
Withdrawn as this now has conflicts from recent changes and no one seems
interested in voicing an opinion on this for or against.

David J.


From: vignesh C <vignesh21(at)gmail(dot)com>
To: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Doc] Improve hostssl related descriptions and option presentation
Date: 2025-03-09 11:42:10
Message-ID: CALDaNm2SaumUQBt+ugQTRJ4S7SBzM_7T2+fv3HkMpnr5VFkMGw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On Fri, 28 Feb 2025 at 00:08, David G. Johnston
<david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>
> On Mon, Apr 22, 2024 at 2:20 PM David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>>
>> Thoughts anyone?
>>
>> On Thu, Feb 1, 2024 at 3:47 PM David G. Johnston <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
>>>
>>> Motivated by a recent complaint [1] I found the hostssl related material in our docs quite verbose and even repetitive. Some of that is normal since we have both an overview/walk-through section as well as a reference section. But the overview in particular was self-repetitive. Here is a first pass at some improvements. The commit message contains both the intent of the patch and some thoughts/questions still being considered.
>>>
>>> David J.
>>>
>>> [1] https://www.postgresql.org/message-id/170672433664.663.11895343120533141715%40wrigleys.postgresql.org
>
>
> Withdrawn as this now has conflicts from recent changes and no one seems interested in voicing an opinion on this for or against.

I've updated the commitfest entry status to "withdrawn." Feel free to
add it again anytime if you change your mind.

Regards,
Vignesh


From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: vignesh C <vignesh21(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [Doc] Improve hostssl related descriptions and option presentation
Date: 2025-03-10 04:54:15
Message-ID: CAKFQuwbLbB-3qm1-UxmH8Ck56=LaBbG8AP+-jzhnUJam49SzNQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Lists: pgsql-hackers

On Sunday, March 9, 2025, vignesh C <vignesh21(at)gmail(dot)com> wrote:

> On Fri, 28 Feb 2025 at 00:08, David G. Johnston
> <david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> >
> > On Mon, Apr 22, 2024 at 2:20 PM David G. Johnston <
> david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> >>
> >> Thoughts anyone?
> >>
> >> On Thu, Feb 1, 2024 at 3:47 PM David G. Johnston <
> david(dot)g(dot)johnston(at)gmail(dot)com> wrote:
> >>>
> >>> Motivated by a recent complaint [1] I found the hostssl related
> material in our docs quite verbose and even repetitive. Some of that is
> normal since we have both an overview/walk-through section as well as a
> reference section. But the overview in particular was self-repetitive.
> Here is a first pass at some improvements. The commit message contains
> both the intent of the patch and some thoughts/questions still being
> considered.
> >>>
> >>> David J.
> >>>
> >>> [1] https://www.postgresql.org/message-id/170672433664.663.
> 11895343120533141715%40wrigleys.postgresql.org
> >
> >
> > Withdrawn as this now has conflicts from recent changes and no one seems
> interested in voicing an opinion on this for or against.
>
> I've updated the commitfest entry status to "withdrawn." Feel free to
> add it again anytime if you change your mind.
>

Thanks. Apparently I ended up with two CF entries for this and I only
withdrew one of them.

David J.