reference/pgsql/functions/pg-connect-poll.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -6,7 +6,7 @@
6
6
<refname>pg_connect_poll</refname>
7
7
<refpurpose>
8
8
Poll the status of an in-progress asynchronous PostgreSQL connection
9
-
attempt.
9
+
attempt
10
10
</refpurpose>
11
11
</refnamediv>
12
12

...
...
@@ -14,7 +14,7 @@
14
14
&reftitle.description;
15
15
<methodsynopsis>
16
16
<type>int</type><methodname>pg_connect_poll</methodname>
17
-
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
17
+
<methodparam><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
18
18
</methodsynopsis>
19
19
<para>
20
20
<function>pg_connect_poll</function> polls the status of a PostgreSQL
...
...
@@ -29,9 +29,7 @@
29
29
<varlistentry>
30
30
<term><parameter>connection</parameter></term>
31
31
<listitem>
32
-
<para>
33
-
PostgreSQL database connection resource.
34
-
</para>
32
+
&pgsql.parameter.connection;
35
33
</listitem>
36
34
</varlistentry>
37
35
</variablelist>
...
...
@@ -47,6 +45,23 @@
47
45
<constant>PGSQL_POLLING_ACTIVE</constant>.
48
46
</para>
49
47
</refsect1>
48
+

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

52
67
<!-- Keep this comment at the end of the file
53
68