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

Started by Tom Laneover 5 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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: /messages/by-id/1095901.1611268376@sss.pgh.pa.us

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a5f7b837f3478ffb0362156452b2ff07c86a47e3

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