|
293 | 293 | <para>
|
294 | 294 | Previously <function>PQhost()</function> often returned the
|
295 | 295 | 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. |
299 | 300 | </para>
|
300 | 301 | </listitem>
|
301 | 302 |
|
|
374 | 375 | </para>
|
375 | 376 |
|
376 | 377 | <para>
|
377 |
| - Thesefunction are now present by default. Old <link |
| 378 | + Thesefunctions are now present by default. Old <link |
378 | 379 | linkend="adminpack"><application>adminpack</application></link>
|
379 | 380 | installs will continue to have access to these functions until
|
380 | 381 | they are updated via <command>ALTER EXTENSION ... UPDATE</command>.
|
|