pgsql: doc: Use groups instead of curves in TLS documentation

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Use groups instead of curves in TLS documentation
Date: 2026-06-05 20:18:13
Message-ID: E1wVazd-001Ewd-01@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Use groups instead of curves in TLS documentation

With TLS 1.3 the concept of curves was renamed to groups. Update
our wording to use groups instead of curves to make it clear what
the underlying GUC can support.

This was extracted from a slightly larger patch which also renamed
variables to match the new terminology. Given that we are in beta
this portion was however left as a future excercise.

Author: Evan Si <evsi(at)amazon(dot)com>
Reviewed-by: Ewan Young <kdbase(dot)hack(at)gmail(dot)com>
Discussion: https://postgr.es/m/23C40DD6-1C47-46FC-A746-8A1D8530AD3E@amazon.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5112c9b62da069c352e58428f54f7a75d971779

Modified Files
--------------
doc/src/sgml/config.sgml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2026-06-05 22:22:05 pgsql: doc: Clarify OAuth validator authn_id logging
Previous Message Daniel Gustafsson 2026-06-05 20:18:05 pgsql: doc: Use groups instead of curves in TLS documentation