mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
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.
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user