From e75b1e33710249d1699850920c0390fb08ea5673 Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sat, 7 Dec 2019 09:20:53 -0500 Subject: Remove PQsslpassword function This partially reverts commit 4dc6355210. The information returned by the function can be obtained by calling PQconninfo(), so the function is redundant. --- doc/src/sgml/libpq.sgml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml index 5a48c39b562..4325946cca3 100644 --- a/doc/src/sgml/libpq.sgml +++ b/doc/src/sgml/libpq.sgml @@ -1867,24 +1867,6 @@ char *PQpass(const PGconn *conn); - - PQsslpasswordPQsslpassword - - - - Returns the password for the SSL client key. - -char *PQsslpassword(const PGconn *conn); - - - - - will return the SSL password specified - in the connection parameters. - - - - PQhostPQhost -- cgit v1.2.3