Doc: remove misleading claim in documentation of PQreset().

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ab66645628d38a7047996b294b213f3048f7ef9b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2021-01-22T16:29:43Z
Releases: 14.0
Doc: remove misleading claim in documentation of PQreset().

This text claimed that the reconnection would occur "to the same
server", but there is no such guarantee in the code, nor would
insisting on that be an improvement.

Back-patch to v10 where multi-host connection strings were added.

Discussion: https://postgr.es/m/1095901.1611268376@sss.pgh.pa.us

Files

PathChange+/−
doc/src/sgml/libpq.sgml modified +3 −3

Documentation touched

Discussion