Re: New functions

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: New functions
Дата
Msg-id CAB7nPqQb6xcM3Pw_c1xXJNu-VHf+aH82icENeaE2MvRoDwZkZQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: New functions  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: New functions  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
On Wed, Jul 8, 2015 at 10:18 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
>
> On Wed, Jul 8, 2015 at 9:15 PM, Дмитрий Воронин
> <carriingfate92@yandex.ru> wrote:
> >
> >
> > 07.07.2015, 18:34, "Michael Paquier" <michael.paquier@gmail.com>:
> >
> >>  Speaking of which, I have rewritten the patch as attached. This looks
> >>  way cleaner than the previous version submitted. Dmitry, does that
> >>  look fine for you?
> >>  I am switching this patch as "Waiting on Author".
> >>  Regards,
> >>  --
> >>  Michael
> >
> > Michael, hello. I'm looking your variant of patch. You create function ssl_extensions_info(), that gives
informationof SSL extensions in more informative view. So, it's cool. 
>
> OK cool. I think a committer could look at it, hence switching it to
> "Ready for Committer".

Note for committers: attached is a small script that will generate a
client certificate with extensions enabled. This is helpful when
testing this patch. Once created, then simply connect with something
like this connection string:
"host=127.0.0.1 sslmode=verify-full sslcert=client.crt
sslkey=client.key sslrootcert=server.crt"
By querying the new function implemented by this patch the information
about the client certificate extensions will show up.
--
Michael

Вложения

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Следующее
От: David Rowley
Дата:
Сообщение: Re: Combining Aggregates