reference/pgsql/functions/pg-lo-export.xml
c2eca73ef79ebe78cebb34053e41b565af504c4f
...
...
@@ -11,7 +11,7 @@
11
11
&reftitle.description;
12
12
<methodsynopsis>
13
13
<type>bool</type><methodname>pg_lo_export</methodname>
14
-
<methodparam choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
14
+
<methodparam choice="opt"><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
15
15
<methodparam><type>int</type><parameter>oid</parameter></methodparam>
16
16
<methodparam><type>string</type><parameter>pathname</parameter></methodparam>
17
17
</methodsynopsis>
...
...
@@ -38,12 +38,7 @@
38
38
<varlistentry>
39
39
<term><parameter>connection</parameter></term>
40
40
<listitem>
41
-
<para>
42
-
PostgreSQL database connection resource. When
43
-
<parameter>connection</parameter> is not present, the default connection
44
-
is used. The default connection is the last connection made by
45
-
<function>pg_connect</function> or <function>pg_pconnect</function>.
46
-
</para>
41
+
&pgsql.parameter.connection-with-unspecified-default;
47
42
</listitem>
48
43
</varlistentry>
49
44
<varlistentry>
...
...
@@ -74,6 +69,23 @@
74
69
</para>
75
70
</refsect1>
76
71

72
+
<refsect1 role="changelog">
73
+
&reftitle.changelog;
74
+
<informaltable>
75
+
<tgroup cols="2">
76
+
<thead>
77
+
<row>
78
+
<entry>&Version;</entry>
79
+
<entry>&Description;</entry>
80
+
</row>
81
+
</thead>
82
+
<tbody>
83
+
&pgsql.changelog.connection-object;
84
+
</tbody>
85
+
</tgroup>
86
+
</informaltable>
87
+
</refsect1>
88
+
77
89
<refsect1 role="examples">
78
90
&reftitle.examples;
79
91
<para>
80
92