Re: Very misleading documentation for PQreset()

2021-01-21 Thread Noah Misch
On Thu, Jan 21, 2021 at 05:32:56PM -0500, Tom Lane wrote: > I happened to notice that PQreset is documented thus: > > This function will close the connection to the server and attempt to > reestablish a new connection to the same server, using all the same > parameters previously used.

Very misleading documentation for PQreset()

2021-01-21 Thread Tom Lane
I happened to notice that PQreset is documented thus: This function will close the connection to the server and attempt to reestablish a new connection to the same server, using all the same parameters previously used. Since we invented multi-host connection parameters, a reasonable p