reference/pgsql/functions/pg-connection-reset.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -13,7 +13,7 @@
13
13
&reftitle.description;
14
14
<methodsynopsis>
15
15
<type>bool</type><methodname>pg_connection_reset</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_connection_reset</function> resets the connection.
...
...
@@ -28,9 +28,7 @@
28
28
<varlistentry>
29
29
<term><parameter>connection</parameter></term>
30
30
<listitem>
31
-
<para>
32
-
PostgreSQL database connection resource.
33
-
</para>
31
+
&pgsql.parameter.connection;
34
32
</listitem>
35
33
</varlistentry>
36
34
</variablelist>
...
...
@@ -44,6 +42,23 @@
44
42
</para>
45
43
</refsect1>
46
44

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