mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
psql: Change new \conninfo to use SSL instead of TLS
Commit bba2fbc623
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
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user