derick          Tue Jun 18 03:50:09 2002 EDT

  Modified files:              
    /phpdoc/en/reference/pgsql/functions        pg-lo-import.xml 
  Log:
  - Fix for bug #16789
  
  
Index: phpdoc/en/reference/pgsql/functions/pg-lo-import.xml
diff -u phpdoc/en/reference/pgsql/functions/pg-lo-import.xml:1.2 
phpdoc/en/reference/pgsql/functions/pg-lo-import.xml:1.3
--- phpdoc/en/reference/pgsql/functions/pg-lo-import.xml:1.2    Wed Apr 17 02:43:20 
2002
+++ phpdoc/en/reference/pgsql/functions/pg-lo-import.xml        Tue Jun 18 03:50:08 
+2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.6 -->
   <refentry id="function.pg-lo-import">
    <refnamediv>
@@ -10,8 +10,17 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>pg_lo_import</methodname>
+      <methodparam 
+choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
       <methodparam><type>string</type><parameter>pathname</parameter></methodparam>
+     </methodsynopsis>
+    <para>
+     In versions before PHP 4.2.0 the syntax of this function was different,
+     see the following definition:
+    </para>
+     <methodsynopsis>
+      <type>int</type><methodname>pg_lo_import</methodname>
       <methodparam 
choice="opt"><type>resource</type><parameter>connection</parameter></methodparam>
+      <methodparam><type>string</type><parameter>pathname</parameter></methodparam>
      </methodsynopsis>
     <para>
      The <parameter>pathname</parameter> argument specifies the


Reply via email to