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. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/e75b1e33710249d1699850920c0390fb08ea5673 Modified Files -------------- doc/src/sgml/libpq.sgml | 18 ------------------ src/interfaces/libpq/exports.txt | 7 +++---- src/interfaces/libpq/fe-connect.c | 8 -------- src/interfaces/libpq/libpq-fe.h | 1 - 4 files changed, 3 insertions(+), 31 deletions(-)
