Date: 08/19/00
- Next message: James Moore: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Previous message: Mike Robinson: "[PHP-DOC] RE: [PHP-DEV] "waldschrotts guide to nifty references" - manual page draft, version 0.9b"
- Next in thread: James Moore: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Maybe reply: James Moore: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: James Moore: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Previous message: Mike Robinson: "[PHP-DOC] RE: [PHP-DEV] "waldschrotts guide to nifty references" - manual page draft, version 0.9b"
- Next in thread: James Moore: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Maybe reply: James Moore: "[PHP-DOC] cvs: phpdoc /en/functions pgsql.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

