We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent8201aea commitb157a1dCopy full SHA for b157a1d
doc/src/sgml/libpq.sgml
@@ -4172,16 +4172,16 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
4172
4173
<listitem>
4174
<para>
4175
-Requests that the server abandon processing of the current
4176
-command.
+<function>PQrequestCancel</function> is a deprecated variant of
+<function>PQcancel</function>.
4177
<synopsis>
4178
int PQrequestCancel(PGconn *conn);
4179
</synopsis>
4180
</para>
4181
4182
4183
-<function>PQrequestCancel</function> is a deprecated variant of
4184
-<function>PQcancel</function>. It operates directly on the
+Requests that the server abandon processing of the current
+command. It operates directly on the
4185
<structname>PGconn</> object, and in case of failure stores the
4186
error message in the <structname>PGconn</> object (whence it can
4187
be retrieved by <function>PQerrorMessage</function>). Although