diff options
author | Peter Eisentraut | 2025-06-15 08:59:30 +0000 |
---|---|---|
committer | Peter Eisentraut | 2025-06-15 09:07:00 +0000 |
commit | 6d6480066c1a96c7130b97b1139fdada9d484f80 (patch) | |
tree | 251597fabefa5cec8b3161ec64c1474abf28378b /doc/src/sgml | |
parent | 2f98f967fa78fd36279989ecdd5fbf74ab332fa9 (diff) |
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
Diffstat (limited to 'doc/src/sgml')
-rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 15e3f3a8492..570ef21d1fc 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1101,7 +1101,7 @@ SELECT $1 \parse stmt1 <listitem> <para> Outputs information about the current database connection, - including TLS-related information if TLS is in use. + including SSL-related information if SSL is in use. </para> <para> Note that the <structfield>Client User</structfield> field shows |