psql: Change new \conninfo to use SSL instead of TLS
authorPeter Eisentraut
Sun, 15 Jun 2025 08:59:30 +0000 (10:59 +0200)
committerPeter Eisentraut
Sun, 15 Jun 2025 09:07:00 +0000 (11:07 +0200)
commit6d6480066c1a96c7130b97b1139fdada9d484f80
tree251597fabefa5cec8b3161ec64c1474abf28378b
parent2f98f967fa78fd36279989ecdd5fbf74ab332fa9
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
Discussion: https://www.postgresql.org/message-id/f4ff9294-b491-4053-83f5-11c10ab8c999@eisentraut.org
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/command.c