reference/pgsql/functions/pg-transaction-status.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>int</type><methodname>pg_transaction_status</methodname>
14
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
14
+
<methodparam><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
17
Returns the current in-transaction status of the server.
...
...
@@ -33,9 +33,7 @@
33
33
<varlistentry>
34
34
<term><parameter>connection</parameter></term>
35
35
<listitem>
36
-
<para>
37
-
PostgreSQL database connection resource.
38
-
</para>
36
+
&pgsql.parameter.connection;
39
37
</listitem>
40
38
</varlistentry>
41
39
</variablelist>
...
...
@@ -54,6 +52,23 @@
54
52
</para>
55
53
</refsect1>
56
54

55
+
<refsect1 role="changelog">
56
+
&reftitle.changelog;
57
+
<informaltable>
58
+
<tgroup cols="2">
59
+
<thead>
60
+
<row>
61
+
<entry>&Version;</entry>
62
+
<entry>&Description;</entry>
63
+
</row>
64
+
</thead>
65
+
<tbody>
66
+
&pgsql.changelog.connection-object;
67
+
</tbody>
68
+
</tgroup>
69
+
</informaltable>
70
+
</refsect1>
71
+
57
72
<refsect1 role="examples">
58
73
&reftitle.examples;
59
74
<para>
60
75