Re: SSL cipher and version

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: SSL cipher and version
Дата
Msg-id AANLkTik=jHr-kAPHQ1yzfmH82AJaOZ+srstS-Z9SzDNt@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SSL cipher and version  (Dave Page <dpage@pgadmin.org>)
Ответы Re: SSL cipher and version  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Mon, Jul 26, 2010 at 9:57 AM, Dave Page <dpage@pgadmin.org> wrote:
> On Mon, Jul 26, 2010 at 2:49 PM, Robert Haas <robertmhaas@gmail.com> wrote:
>> Last week, I ran across a situation where I needed to know the SSL
>> version and cipher in use for a particular database connection.
>> Magnus pointed me to contrib/sslinfo, but that didn't have quite what
>> I needed.  The attached patch adds two additional functions to
>> contrib/sslinfo to report this information.
>>
>> Any objections to me committing this?
>
> Might wanna fix this first:
>
> +PG_FUNCTION_INFO_V1(ssl_veresion);
>                                         ^^^^^^^^^^^^

Wow.  It works remarkably well without fixing that, but I'll admit
that does seem lucky.

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


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: patch (for 9.1) string functions
Следующее
От: Robert Haas
Дата:
Сообщение: Re: patch (for 9.1) string functions