Remove PQsslpassword function
Andrew Dunstan <andrew@dunslane.net>
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.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/libpq.sgml | modified | +0 −18 |
| src/interfaces/libpq/exports.txt | modified | +3 −4 |
| src/interfaces/libpq/fe-connect.c | modified | +0 −8 |
| src/interfaces/libpq/libpq-fe.h | modified | +0 −1 |