|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<!-- EN-Revision: d0ae617680e58bde494f9d58d9c553e0a6944418 Maintainer: yannick Status: ready --> |
| 2 | +<!-- EN-Revision: c43a3cd9b49627b8d42a4b6ad530e10e26ca30dd Maintainer: lacatoire Status: ready --> |
3 | 3 | <!-- Reviewed: no --> |
4 | 4 | <refentry xml:id="function.pg-lo-import" xmlns="http://docbook.org/ns/docbook"> |
5 | 5 | <refnamediv> |
|
12 | 12 | <refsect1 role="description"> |
13 | 13 | &reftitle.description; |
14 | 14 | <methodsynopsis> |
15 | | - <type>int|string|false</type><methodname>pg_lo_import</methodname> |
| 15 | + <type class="union"><type>int</type><type>string</type><type>false</type></type><methodname>pg_lo_import</methodname> |
16 | 16 | <methodparam choice="opt"><type>PgSql\Connection</type><parameter>connection</parameter></methodparam> |
17 | | - <methodparam><type>string</type><parameter>pathname</parameter></methodparam> |
18 | | - <methodparam choice="opt"><type>mixed</type><parameter>object_id</parameter></methodparam> |
| 17 | + <methodparam><type>string</type><parameter>filename</parameter></methodparam> |
| 18 | + <methodparam choice="opt"><type class="union"><type>int</type><type>string</type></type><parameter>oid</parameter></methodparam> |
19 | 19 | </methodsynopsis> |
20 | 20 | <para> |
21 | 21 | <function>pg_lo_import</function> crée un nouvel objet de grande taille |
|
44 | 44 | </listitem> |
45 | 45 | </varlistentry> |
46 | 46 | <varlistentry> |
47 | | - <term><parameter>pathname</parameter></term> |
| 47 | + <term><parameter>filename</parameter></term> |
48 | 48 | <listitem> |
49 | 49 | <para> |
50 | 50 | Le chemin d'accès complet ainsi que le fichier dans lequel il sera |
|
53 | 53 | </listitem> |
54 | 54 | </varlistentry> |
55 | 55 | <varlistentry> |
56 | | - <term><parameter>object_id</parameter></term> |
| 56 | + <term><parameter>oid</parameter></term> |
57 | 57 | <listitem> |
58 | 58 | <para> |
59 | | - Si le paramètre <parameter>object_id</parameter> est fourni, la fonction |
| 59 | + Si le paramètre <parameter>oid</parameter> est fourni, la fonction |
60 | 60 | essayera de créer un objet large avec cet identifiant, sinon, un |
61 | 61 | identifiant d'objet disponible sera assigné par le serveur. |
62 | 62 | Ce paramètre dépend d'une fonctionnalité qui est apparue avec PostgreSQL 8.1. |
|
0 commit comments