Re: libpq sslpassword parameter and callback function

From: Noah Misch <noah(at)leadboat(dot)com>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Greg Nancarrow <gregn4422(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: libpq sslpassword parameter and callback function
Date: 2019-12-06 07:57:15
Message-ID: 20191206075715.GA1632188@rfd.leadboat.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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()?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Kyotaro Horiguchi 2019-12-06 08:12:11 Re: Append with naive multiplexing of FDWs
Previous Message Amit Langote 2019-12-06 07:48:42 Re: adding partitioned tables to publications