conni           Sat Mar 30 08:13:21 2002 EDT

  Modified files:              
    /phpdoc/en/functions        pgsql.xml 
  Log:
  removed historical word Inversion
  
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.72 phpdoc/en/functions/pgsql.xml:1.73
--- phpdoc/en/functions/pgsql.xml:1.72  Thu Mar 28 12:16:43 2002
+++ phpdoc/en/functions/pgsql.xml       Sat Mar 30 08:13:21 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.72 $ -->
+<!-- $Revision: 1.73 $ -->
  <reference id="ref.pgsql">
   <title>PostgreSQL functions</title>
   <titleabbrev>PostgreSQL</titleabbrev>
@@ -1063,7 +1063,7 @@
       
<methodparam><type>resource</type><parameter>large_object</parameter></methodparam>
      </methodsynopsis>
     <para>
-     <function>pg_loclose</function> closes an Inversion Large
+     <function>pg_loclose</function> closes a Large
      Object. <parameter>large_object</parameter> is a resource for the
      large object from <function>pg_loopen</function>.
     </para>
@@ -1093,7 +1093,7 @@
       
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
      </methodsynopsis>
     <para>
-     <function>pg_locreate</function> creates an Inversion Large
+     <function>pg_locreate</function> creates a Large
      Object and returns the <varname>oid</varname> of the large
      object.  <parameter>connection</parameter> specifies a valid
      database connection opened by <function>pg_connect</function> or
@@ -1191,7 +1191,7 @@
       <methodparam><type>string</type><parameter>mode</parameter></methodparam>
      </methodsynopsis>
     <para>
-     <function>pg_loopen</function> open an Inversion Large Object and
+     <function>pg_loopen</function> open a Large Object and
      returns large object resource. The resource encapsulates
      information about the connection. 
      <parameter>oid</parameter> specifies a valid large object oid and


Reply via email to