Re: libpq sslpassword parameter and callback function - Mailing list pgsql-hackers

From Noah Misch
Subject Re: libpq sslpassword parameter and callback function
Date
Msg-id 20191206075715.GA1632188@rfd.leadboat.com
Whole thread Raw
In response to Re: libpq sslpassword parameter and callback function  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: libpq sslpassword parameter and callback function  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-hackers
On Fri, Nov 29, 2019 at 09:27:02AM -0500, Andrew Dunstan wrote:
> On 11/28/19 10:25 PM, Greg Nancarrow wrote:
> > 3) Documentation for the "PQsslpassword" function should be added to the libpq "33.2 Connection Status Functions"
section.

> I plan to commit this tomorrow.

The PQsslpassword() function retrieves a connection parameter value, which one
can retrieve with PQconninfo().  Since introducing PQconninfo(), we have not
added any per-parameter accessor functions.  Would you remove PQsslpassword()?



pgsql-hackers by date:

Previous
From: Amit Langote
Date:
Subject: Re: adding partitioned tables to publications
Next
From: Kyotaro Horiguchi
Date:
Subject: Re: Append with naive multiplexing of FDWs