reference/pgsql/functions/pg-cancel-query.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -13,7 +13,7 @@
13
13
&reftitle.description;
14
14
<methodsynopsis>
15
15
<type>bool</type><methodname>pg_cancel_query</methodname>
16
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
16
+
<methodparam><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
17
17
</methodsynopsis>
18
18
<para>
19
19
<function>pg_cancel_query</function> cancels an asynchronous query sent with
...
...
@@ -30,9 +30,7 @@
30
30
<varlistentry>
31
31
<term><parameter>connection</parameter></term>
32
32
<listitem>
33
-
<para>
34
-
PostgreSQL database connection resource.
35
-
</para>
33
+
&pgsql.parameter.connection;
36
34
</listitem>
37
35
</varlistentry>
38
36
</variablelist>
...
...
@@ -46,6 +44,23 @@
46
44
</para>
47
45
</refsect1>
48
46

47
+
<refsect1 role="changelog">
48
+
&reftitle.changelog;
49
+
<informaltable>
50
+
<tgroup cols="2">
51
+
<thead>
52
+
<row>
53
+
<entry>&Version;</entry>
54
+
<entry>&Description;</entry>
55
+
</row>
56
+
</thead>
57
+
<tbody>
58
+
&pgsql.changelog.connection-object;
59
+
</tbody>
60
+
</tgroup>
61
+
</informaltable>
62
+
</refsect1>
63
+
49
64
<refsect1 role="examples">
50
65
&reftitle.examples;
51
66
<para>
52
67