From 2cda889984a6f5ad405318f9e91202d258383b66 Mon Sep 17 00:00:00 2001 From: Noah Misch Date: Sat, 29 Nov 2014 12:31:21 -0500 Subject: 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. --- doc/src/sgml/libpq.sgml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'doc/src') 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); - - - PQhostaddr - - PQhostaddr - - - - - - Returns the server numeric IP address of the connection. - -char *PQhostaddr(const PGconn *conn); - - - - - PQport -- cgit v1.2.3