Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb157a1d

Browse files
committed
In docs, move PQrequestCancel() deprecation mention up to match other
libpq doc mentions.
1 parent8201aea commitb157a1d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎doc/src/sgml/libpq.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4172,16 +4172,16 @@ int PQcancel(PGcancel *cancel, char *errbuf, int errbufsize);
41724172

41734173
<listitem>
41744174
<para>
4175-
Requests that the server abandon processing of the current
4176-
command.
4175+
<function>PQrequestCancel</function> is a deprecated variant of
4176+
<function>PQcancel</function>.
41774177
<synopsis>
41784178
int PQrequestCancel(PGconn *conn);
41794179
</synopsis>
41804180
</para>
41814181

41824182
<para>
4183-
<function>PQrequestCancel</function> is a deprecated variant of
4184-
<function>PQcancel</function>. It operates directly on the
4183+
Requests that the server abandon processing of the current
4184+
command. It operates directly on the
41854185
<structname>PGconn</> object, and in case of failure stores the
41864186
error message in the <structname>PGconn</> object (whence it can
41874187
be retrieved by <function>PQerrorMessage</function>). Although

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp