summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2014-11-29 12:31:21 -0500
committerNoah Misch <noah@leadboat.com>2014-11-29 12:31:21 -0500
commit2cda889984a6f5ad405318f9e91202d258383b66 (patch)
tree3cad6fed2c6f5436fb4bd3e49f15a12b149f4d92 /doc/src
parent816e10d80033dd74b3b76fdfd84dffb767316c54 (diff)
Revert "Add libpq function PQhostaddr()."
This reverts commit 9f80f4835a55a1cbffcda5d23a617917f3286c14. The function returned the raw value of a connection parameter, a task served by PQconninfo(). The next commit will reimplement the psql \conninfo change that way. Back-patch to 9.4, where that commit first appeared.
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 e23e91d9bb3..d829a4b9d55 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>