Skip to content

Commit 9490c2d

Browse files
committed
doc: PG 11 release note fixes: PGhost, typo
1 parent ecac235 commit 9490c2d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/src/sgml/release-11.sgml

+5-4
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,10 @@
293293
<para>
294294
Previously <function>PQhost()</function> often returned the
295295
supplied host parameters, which could contain several hosts.
296-
The same is true of <function>PQport()</function>, which now
297-
returns the actual port number, not the multiple supplied port
298-
numbers. ACCURATE?
296+
It will now also return the host's IP address if the host name was
297+
not supplied. The same is true of <function>PQport()</function>,
298+
which now returns the actual port number, not the multiple supplied
299+
port numbers.
299300
</para>
300301
</listitem>
301302

@@ -374,7 +375,7 @@
374375
</para>
375376

376377
<para>
377-
These function are now present by default. Old <link
378+
These functions are now present by default. Old <link
378379
linkend="adminpack"><application>adminpack</application></link>
379380
installs will continue to have access to these functions until
380381
they are updated via <command>ALTER EXTENSION ... UPDATE</command>.

0 commit comments

Comments
 (0)