- Requests that the server abandon processing of the current
- command.
+ PQrequestCancel is a deprecated variant of
+ PQcancel.
int PQrequestCancel(PGconn *conn);
- PQrequestCancel is a deprecated variant of
- PQcancel. It operates directly on the
+ Requests that the server abandon processing of the current
+ command. It operates directly on the
PGconn> object, and in case of failure stores the
error message in the PGconn> object (whence it can
be retrieved by PQerrorMessage). Although