[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml From: James Moore (James <email protected>)
Date: 08/19/00

jmoore Sat Aug 19 12:34:27 2000 EDT

  Modified files:
    /phpdoc/en/functions pgsql.xml
  Log:
  Added note to pg_close about automatic closing of non persistant connections and it being impossible to close persistant connections with pg_close.
  
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.13 phpdoc/en/functions/pgsql.xml:1.14
--- phpdoc/en/functions/pgsql.xml:1.13 Sun Aug 13 08:41:25 2000
+++ phpdoc/en/functions/pgsql.xml Sat Aug 19 12:34:27 2000
@@ -111,6 +111,15 @@
      otherwise. Closes down the connection to a PostgreSQL database
      associated with the given connection index.
     </para>
+ <note><para>
+ This isn't usually necessary, as non-persistent open
+ links are automatically closed at the end of the script's
+ execution.
+ </para></note>
+ <para>
+ <function>pg_close</function> will not close persistent links
+ generated by <function>pg_pconnect</function>.
+ </para>
    </refsect1>
   </refentry>