Re: New functions - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: New functions
Date
Msg-id CAB7nPqQb6xcM3Pw_c1xXJNu-VHf+aH82icENeaE2MvRoDwZkZQ@mail.gmail.com
Whole thread Raw
In response to Re: New functions  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: New functions  (Alvaro Herrera <alvherre@2ndquadrant.com>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: RFC: replace pg_stat_activity.waiting with something more descriptive
Next
From: David Rowley
Date:
Subject: Re: Combining Aggregates