summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
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>