reference/pgsql/functions/pg-get-pid.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -10,7 +10,7 @@
10
10
&reftitle.description;
11
11
<methodsynopsis>
12
12
<type>int</type><methodname>pg_get_pid</methodname>
13
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
13
+
<methodparam><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
14
14
</methodsynopsis>
15
15
<para>
16
16
<function>pg_get_pid</function> gets the backend's (database server
...
...
@@ -27,9 +27,7 @@
27
27
<varlistentry>
28
28
<term><parameter>connection</parameter></term>
29
29
<listitem>
30
-
<para>
31
-
PostgreSQL database connection resource.
32
-
</para>
30
+
&pgsql.parameter.connection;
33
31
</listitem>
34
32
</varlistentry>
35
33
</variablelist>
...
...
@@ -43,6 +41,23 @@
43
41
</para>
44
42
</refsect1>
45
43

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