Обсуждение: pgsql: Doc: remove misleading claim in documentation of PQreset().

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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
------
master

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

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