From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: psql: Change new \conninfo to use SSL instead of TLS |
Date: | 2025-06-15 09:13:00 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
psql: Change new \conninfo to use SSL instead of TLS
Commit bba2fbc6238 introduced a new implementation of the \conninfo
command in psql. That new code uses the term "TLS" while the rest of
PostgreSQL, including the rest of psql, consistently uses "SSL". This
is uselessly confusing. This changes the new code to use "SSL" as
well.
Reviewed-by: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
Discussion: https://www.postgresql.org/message-id/[email protected]
Branch
------
master
Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 2 +-
src/bin/psql/command.c | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2025-06-15 17:08:39 | pgsql: Sync typedefs.list with the buildfarm. |
Previous Message | David Rowley | 2025-06-14 05:19:24 | pgsql: Improve comments for TidRangeEval |