pgsql: psql: Change new \conninfo to use SSL instead of TLS - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: psql: Change new \conninfo to use SSL instead of TLS
Date
Msg-id E1uQjQC-001kag-2T@gemulon.postgresql.org
Whole thread Raw
List 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@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/f4ff9294-b491-4053-83f5-11c10ab8c999@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6d6480066c1a96c7130b97b1139fdada9d484f80

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml |  2 +-
src/bin/psql/command.c         | 16 ++++++++--------
2 files changed, 9 insertions(+), 9 deletions(-)


pgsql-committers by date:

Previous
From: David Rowley
Date:
Subject: pgsql: Improve comments for TidRangeEval
Next
From: John Naylor
Date:
Subject: pgsql: Workaround code generation bug in clang