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

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

From
Tom Lane
Date:
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

Branch
------
REL_13_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/35a7eef08a98597417647ee7b6c1292f911d2b82

Modified Files
--------------
doc/src/sgml/libpq.sgml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)