Re: SSL cipher and version

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: SSL cipher and version
Дата
Msg-id AANLkTimdzAMJSQQr10SDxBjFjjbqKPKqRfzwsj5u_DgT@mail.gmail.com
обсуждение исходный текст
Ответ на SSL cipher and version  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: SSL cipher and version  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
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);                                        ^^^^^^^^^^^^

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise Postgres Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: SSL cipher and version
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: dynamically allocating chunks from shared memory