jon             Sat May  5 10:14:28 2001 EDT

  Modified files:              
    /phpdoc/en/functions        pgsql.xml 
  Log:
  Add pointers between pg_numrows(), pg_numfields(), and pg_cmdtuples().
  
  
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.31 phpdoc/en/functions/pgsql.xml:1.32
--- phpdoc/en/functions/pgsql.xml:1.31  Tue May  1 09:20:51 2001
+++ phpdoc/en/functions/pgsql.xml       Sat May  5 10:14:28 2001
@@ -161,6 +161,10 @@
       </programlisting>
      </example>
     </para>
+    <para>
+     See also <function>pg_numfields</function> and
+     <function>pg_numrows</function>.
+    </para>
    </refsect1>
   </refentry>
 
@@ -1038,6 +1042,10 @@
      result identifier returned by <function>pg_exec</function>. This
      function will return -1 on error.
     </para>
+    <para>
+     See also <function>pg_numrows</function> and
+     <function>pg_cmdtuples</function>.
+    </para>
    </refsect1>
   </refentry>
 
@@ -1059,6 +1067,10 @@
      PostgreSQL result.  The argument is a valid result identifier
      returned by <function>pg_exec</function>. This function will
      return -1 on error.
+    </para>
+    <para>
+     See also <function>pg_numfields</function> and
+     <function>pg_cmdtuples</function>.
     </para>
    </refsect1>
   </refentry>


Reply via email to