Re: \conninfo and SSL

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: \conninfo and SSL
Дата
Msg-id CA+TgmobXBSDkf2a4_XMNVso=o5afQo1yxFKGsWTcABmfSKqn=g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: \conninfo and SSL  (Alastair Turner <bell@ctrlf5.co.za>)
Список pgsql-hackers
On Sun, Jun 3, 2012 at 5:30 AM, Alastair Turner <bell@ctrlf5.co.za> wrote:
> A one-line change adds the SSL info on its own line like
>
> ------
> You are connected to database "scratch" as user "scratch" on host
> "127.0.0.1" at port "5432".
> SSL connection (cipher: DHE-RSA-AES256-SHA, bits: 256)
> ------
>
> Does this need a more integrated presentation, and therefore a broader
> change to make it translatable?

Committed to master.  I didn't make it conditional on a non-local
connection, though, since there seemed to be no reason to it that way.

P.S. Email mangles patches.  It's better to attach them rather than
including them inline.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Euler Taveira
Дата:
Сообщение: Re: libpq compression
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [PATCH 02/16] Add zeroRecPtr as a shortcut for initializing a local variable to {0, 0}