doc: PG 11 release note fixes: PGhost, typo
authorBruce Momjian <bruce@momjian.us>
Wed, 23 May 2018 01:40:55 +0000 (21:40 -0400)
committerBruce Momjian <bruce@momjian.us>
Wed, 23 May 2018 01:40:55 +0000 (21:40 -0400)
doc/src/sgml/release-11.sgml

index dedeb9d1862b7cea6cc3fa7f6296b6b87dfd3d54..fdec80a34239bbb9365b7a303228216a8e81a3b9 100644 (file)
        <para>
         Previously <function>PQhost()</function> often returned the
         supplied host parameters, which could contain several hosts.
-        The same is true of <function>PQport()</function>, 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 <function>PQport()</function>,
+        which now returns the actual port number, not the multiple supplied
+        port numbers.
        </para>
       </listitem>
 
        </para>
 
        <para>
-        These function are now present by default.  Old <link
+        These functions are now present by default.  Old <link
         linkend="adminpack"><application>adminpack</application></link>
         installs will continue to have access to these functions until
         they are updated via <command>ALTER EXTENSION ... UPDATE</command>.