gerzson         Fri Feb  8 17:38:44 2002 EDT

  Modified files:              
    /phpdoc/en/functions        pgsql.xml 
  Log:
  change SQL3 to SQL99 and correct a broken function cross-reference
  
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.68 phpdoc/en/functions/pgsql.xml:1.69
--- phpdoc/en/functions/pgsql.xml:1.68  Sat Feb  2 10:36:07 2002
+++ phpdoc/en/functions/pgsql.xml       Fri Feb  8 17:38:44 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.68 $ -->
+<!-- $Revision: 1.69 $ -->
  <reference id="ref.pgsql">
   <title>PostgreSQL functions</title>
   <titleabbrev>PostgreSQL</titleabbrev>
@@ -62,7 +62,7 @@
     Postgres, developed originally in the UC Berkeley Computer Science
     Department, pioneered many of the object-relational concepts now
     becoming available in some commercial databases.  It provides
-    SQL92/SQL3 language support, transaction integrity and type
+    SQL92/SQL99 language support, transaction integrity and type
     extensibility.  PostgreSQL is an open source descendant of this
     original Berkeley code.
    </para>
@@ -1852,7 +1852,7 @@
      PGSQL_FATAL_ERROR.
     </para>
     <para>
-     See also <function>pgsql_connection_status</function>.
+     See also <function>pg_connection_status</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to