From 9490c2da28662ca2b0f60d09e83d278d00f20501 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Tue, 22 May 2018 21:40:55 -0400 Subject: [PATCH] doc: PG 11 release note fixes: PGhost, typo --- doc/src/sgml/release-11.sgml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index dedeb9d186..fdec80a342 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -293,9 +293,10 @@ Previously PQhost() often returned the supplied host parameters, which could contain several hosts. - The same is true of PQport(), which now - returns the actual port number, not the multiple supplied port - numbers. ACCURATE? + It will now also return the host's IP address if the host name was + not supplied. The same is true of PQport(), + which now returns the actual port number, not the multiple supplied + port numbers. @@ -374,7 +375,7 @@ - These function are now present by default. Old adminpack installs will continue to have access to these functions until they are updated via ALTER EXTENSION ... UPDATE.