Re: libpq sslpassword parameter and callback function
Noah Misch <noah@leadboat.com>
From: Noah Misch <noah@leadboat.com>
To: Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Cc: Greg Nancarrow <gregn4422@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2019-12-06T07:57:15Z
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()?
Commits
-
libq support for sslpassword connection param, DER format keys
- 4dc63552109f 13.0 landed