Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果我尝试通过建立连接PQconnectdb但它失败了,是否可以调用PQreset重PGconn*试或者仅在我已经连接过一次时才有效?
PQconnectdb
PQreset
PGconn*
如果连接尝试由于某些无效的连接选项(如无效连接选项等错误)而失败,那么调用 PQreset 也会失败。但是对于 PQconnectdb 的所有参数都正确并且由于远程服务器忙或不接受新连接等原因连接不成功的情况,PQreset 将正常工作。