reference/pgsql/functions/pg-lo-unlink.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>pg_lo_unlink</methodname>
14
-
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
14
+
<methodparam><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>oid</parameter></methodparam>
16
16
</methodsynopsis>
17
17
<para>
...
...
@@ -36,12 +36,7 @@
36
36
<varlistentry>
37
37
<term><parameter>connection</parameter></term>
38
38
<listitem>
39
-
<para>
40
-
PostgreSQL database connection resource. When
41
-
<parameter>connection</parameter> is not present, the default connection
42
-
is used. The default connection is the last connection made by
43
-
<function>pg_connect</function> or <function>pg_pconnect</function>.
44
-
</para>
39
+
&pgsql.parameter.connection-with-unspecified-default;
45
40
</listitem>
46
41
</varlistentry>
47
42
<varlistentry>
...
...
@@ -63,6 +58,23 @@
63
58
</para>
64
59
</refsect1>
65
60

61
+
<refsect1 role="changelog">
62
+
&reftitle.changelog;
63
+
<informaltable>
64
+
<tgroup cols="2">
65
+
<thead>
66
+
<row>
67
+
<entry>&Version;</entry>
68
+
<entry>&Description;</entry>
69
+
</row>
70
+
</thead>
71
+
<tbody>
72
+
&pgsql.changelog.connection-object;
73
+
</tbody>
74
+
</tgroup>
75
+
</informaltable>
76
+
</refsect1>
77
+
66
78
<refsect1 role="examples">
67
79
&reftitle.examples;
68
80
<para>
69
81