ssl_library parameter - Mailing list pgsql-hackers

From Peter Eisentraut
Subject ssl_library parameter
Date
Msg-id 5cb6e558-6895-a35a-ddc7-4629147432f1@2ndquadrant.com
Whole thread Raw
Responses Re: ssl_library parameter
Re: ssl_library parameter
List pgsql-hackers
Extracted from the GnuTLS thread/patch, here is a patch to add a
server-side read-only parameter ssl_library, which currently reports
either 'OpenSSL' or an empty string, depending on what SSL library was
built with.  This is analogous to the libpq function call
PQsslAttribute(conn, "library"), but there was no equivalent
functionality on the server side.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment

pgsql-hackers by date:

Previous
From: Ashutosh Bapat
Date:
Subject: Re: [HACKERS] advanced partition matching algorithm forpartition-wise join
Next
From: Vik Fearing
Date:
Subject: Re: Constraint documentation