pq_finishΒΆ

pq_finish closes the connection to the server.

bool = pq_finish(db)

Return Value

bool is TRUE (1) if the connection could be closed successfully and otherwise FALSE (0).

Parameters

db

db is the connection pointer returned by pq_connectdb.

History

Version Description
5.5.0 New

id-467783