mirror of
https://github.com/postgres/postgres.git
synced 2025-08-06 18:42:54 +03:00
doc: PG 11 release note fixes: PGhost, typo
This commit is contained in:
@@ -293,9 +293,10 @@
|
|||||||
<para>
|
<para>
|
||||||
Previously <function>PQhost()</function> often returned the
|
Previously <function>PQhost()</function> often returned the
|
||||||
supplied host parameters, which could contain several hosts.
|
supplied host parameters, which could contain several hosts.
|
||||||
The same is true of <function>PQport()</function>, which now
|
It will now also return the host's IP address if the host name was
|
||||||
returns the actual port number, not the multiple supplied port
|
not supplied. The same is true of <function>PQport()</function>,
|
||||||
numbers. ACCURATE?
|
which now returns the actual port number, not the multiple supplied
|
||||||
|
port numbers.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
@@ -374,7 +375,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<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>
|
linkend="adminpack"><application>adminpack</application></link>
|
||||||
installs will continue to have access to these functions until
|
installs will continue to have access to these functions until
|
||||||
they are updated via <command>ALTER EXTENSION ... UPDATE</command>.
|
they are updated via <command>ALTER EXTENSION ... UPDATE</command>.
|
||||||
|
Reference in New Issue
Block a user