diff options
author | Bruce Momjian <bruce@momjian.us> | 2018-05-22 21:40:55 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2018-05-22 21:40:55 -0400 |
commit | 9490c2da28662ca2b0f60d09e83d278d00f20501 (patch) | |
tree | 7a77627606bcd310315febd4a5e74b77ee9bbc5d | |
parent | ecac23511e04d96b94705731873fa3d238c41f8d (diff) | |
download | postgresql-9490c2da28662ca2b0f60d09e83d278d00f20501.tar.gz postgresql-9490c2da28662ca2b0f60d09e83d278d00f20501.zip |
doc: PG 11 release note fixes: PGhost, typo
-rw-r--r-- | doc/src/sgml/release-11.sgml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/src/sgml/release-11.sgml b/doc/src/sgml/release-11.sgml index dedeb9d1862..fdec80a3423 100644 --- a/doc/src/sgml/release-11.sgml +++ b/doc/src/sgml/release-11.sgml @@ -293,9 +293,10 @@ <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> @@ -374,7 +375,7 @@ </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>. |