reference/pgsql/functions/pg-lo-close.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -11,12 +11,10 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>pg_lo_close</methodname>
14
-
<methodparam><type>resource</type><parameter>large_object</parameter></methodparam>
14
+
<methodparam><type>PgSql\Lob</type><parameter>lob</parameter></methodparam>
15
15
</methodsynopsis>
16
16
<para>
17
-
<function>pg_lo_close</function> closes a large
18
-
object. <parameter>large_object</parameter> is a resource for the
19
-
large object from <function>pg_lo_open</function>.
17
+
<function>pg_lo_close</function> closes a large object.
20
18
</para>
21
19
<para>
22
20
To use the large object interface, it is necessary to
...
...
@@ -34,11 +32,9 @@
34
32
<para>
35
33
<variablelist>
36
34
<varlistentry>
37
-
<term><parameter>result</parameter></term>
35
+
<term><parameter>lob</parameter></term>
38
36
<listitem>
39
-
<para>
40
-
PostgreSQL large object (LOB) resource, returned by <function>pg_lo_open</function>.
41
-
</para>
37
+
&pgsql.parameter.lob;
42
38
</listitem>
43
39
</varlistentry>
44
40
</variablelist>
...
...
@@ -52,6 +48,23 @@
52
48
</para>
53
49
</refsect1>
54
50

51
+
<refsect1 role="changelog">
52
+
&reftitle.changelog;
53
+
<informaltable>
54
+
<tgroup cols="2">
55
+
<thead>
56
+
<row>
57
+
<entry>&Version;</entry>
58
+
<entry>&Description;</entry>
59
+
</row>
60
+
</thead>
61
+
<tbody>
62
+
&pgsql.changelog.lob-object;
63
+
</tbody>
64
+
</tgroup>
65
+
</informaltable>
66
+
</refsect1>
67
+
55
68
<refsect1 role="examples">
56
69
&reftitle.examples;
57
70
<para>
...
...
@@ -87,7 +100,6 @@
87
100
</para>
88
101
</refsect1>
89
102
</refentry>
90
-

91
103
<!-- Keep this comment at the end of the file
92
104
Local variables:
93
105
mode: sgml
94
106