pgsql: psql: Make SSL info display more compact

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Make SSL info display more compact
Date: 2022-03-04 08:19:53
Message-ID: E1nQ3AG-000qV7-Uo@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Make SSL info display more compact

Remove the bits display, since that can be derived from the cipher
suite.

Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://www.postgresql.org/message-id/flat/aee28ee7-0ab3-c2e2-5bed-109feb0c089b%40enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d816f366bc427cacba29c1e4b1696afa620e73a7

Modified Files
--------------
src/bin/psql/command.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2022-03-04 13:56:46 pgsql: Parse/analyze function renaming
Previous Message Amit Kapila 2022-03-04 02:35:53 pgsql: Add some additional tests for row filters in logical replication