From 27b6f9ce7b12f82599f95f296abe7bb8942a6041 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 c7ac9f2671e..578f2131eae 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