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 c7ac9f2671e..578f2131eae 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -1467,24 +1467,6 @@ char *PQhost(const PGconn *conn);
</listitem>
</varlistentry>
- <varlistentry id="libpq-pqhostaddr">
- <term>
- <function>PQhostaddr</function>
- <indexterm>
- <primary>PQhostaddr</primary>
- </indexterm>
- </term>
-
- <listitem>
- <para>
- Returns the server numeric IP address of the connection.
-<synopsis>
-char *PQhostaddr(const PGconn *conn);
-</synopsis>
- </para>
- </listitem>
- </varlistentry>
-
<varlistentry id="libpq-pqport">
<term>
<function>PQport</function>