Skip to content

Commit d0ae617

Browse files
Fix pg_lo_import return type (#4785)
1 parent 87cbbfc commit d0ae617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/pgsql/functions/pg-lo-import.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type>int</type><methodname>pg_lo_import</methodname>
13+
<type>int|string|false</type><methodname>pg_lo_import</methodname>
1414
<methodparam choice="opt"><type>PgSql\Connection</type><parameter>connection</parameter></methodparam>
1515
<methodparam><type>string</type><parameter>pathname</parameter></methodparam>
1616
<methodparam choice="opt"><type>mixed</type><parameter>object_id</parameter></methodparam>

0 commit comments

Comments
 (0)