Added note to pg_close about automatic closing of non persistant connections and it being impossible to close persistant connections with pg_close.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30529 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Moore 2000-08-19 19:34:27 +00:00
parent 517820a9f6
commit c9c80ec457

View file

@ -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>