\conninfo and SSL

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема \conninfo and SSL
Дата
Msg-id 20120531190458.GZ24440@momjian.us
обсуждение исходный текст
Ответы Re: \conninfo and SSL  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
On startup, psql shows the SSL information:
$ psql 'sslmode=require host=localhost'psql (9.2beta1)SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)

However, \conninfo does not mention SSL:
postgres=> \conninfoYou are connected to database "postgres" as user "postgres" on host "localhost" at port "5432".

Should \conninfo mention SSL?  Fortunately \c shows SSL information:
postgres=> \cSSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)You are now connected to database "postgres" as user
"postgres".

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Issues with MinGW W64
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: \conninfo and SSL