In docs, move PQrequestCancel() deprecation mention up to match other
libpq doc mentions.
This commit is contained in:
parent
8201aea90c
commit
b157a1d555
@ -4172,16 +4172,16 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
|
|||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
Requests that the server abandon processing of the current
|
<function>PQrequestCancel</function> is a deprecated variant of
|
||||||
command.
|
<function>PQcancel</function>.
|
||||||
<synopsis>
|
<synopsis>
|
||||||
int PQrequestCancel(PGconn *conn);
|
int PQrequestCancel(PGconn *conn);
|
||||||
</synopsis>
|
</synopsis>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
<function>PQrequestCancel</function> is a deprecated variant of
|
Requests that the server abandon processing of the current
|
||||||
<function>PQcancel</function>. It operates directly on the
|
command. It operates directly on the
|
||||||
<structname>PGconn</> object, and in case of failure stores the
|
<structname>PGconn</> object, and in case of failure stores the
|
||||||
error message in the <structname>PGconn</> object (whence it can
|
error message in the <structname>PGconn</> object (whence it can
|
||||||
be retrieved by <function>PQerrorMessage</function>). Although
|
be retrieved by <function>PQerrorMessage</function>). Although
|
||||||
|
Loading…
x
Reference in New Issue
Block a user