File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
- These function are now present by default. Old <link
378
+ These functions 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>.
You can’t perform that action at this time.
0 commit comments