summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2019-12-07 09:20:53 -0500
committerAndrew Dunstan <andrew@dunslane.net>2019-12-07 09:20:53 -0500
commite75b1e33710249d1699850920c0390fb08ea5673 (patch)
treeaa57914b49d3c0f1a7b1539438be373c3bca8620 /doc/src
parent830d1c73b3f4524bc897ddab5c6c3b47840c915a (diff)
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.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/libpq.sgml18
1 files changed, 0 insertions, 18 deletions
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);
</listitem>
</varlistentry>
- <varlistentry id="libpq-PQsslpassword">
- <term><function>PQsslpassword</function><indexterm><primary>PQsslpassword</primary></indexterm></term>
-
- <listitem>
- <para>
- Returns the password for the SSL client key.
-<synopsis>
-char *PQsslpassword(const PGconn *conn);
-</synopsis>
- </para>
-
- <para>
- <xref linkend="libpq-PQsslpassword"/> will return the SSL password specified
- in the connection parameters.
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry id="libpq-PQhost">
<term><function>PQhost</function><indexterm><primary>PQhost</primary></indexterm></term>