reference/pgsql/functions/pg-connection-status.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -13,7 +13,7 @@
13
13
&reftitle.description;
14
14
<methodsynopsis>
15
15
<type>int</type><methodname>pg_connection_status</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_status</function> returns the status of
...
...
@@ -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>
...
...
@@ -45,6 +43,23 @@
45
43
</para>
46
44
</refsect1>
47
45

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