danbeck Wed Jun 27 07:59:41 2001 EDT
Modified files:
/phpdoc/en/functions pgsql.xml
Log:
corrected issue in bug #10153
Index: phpdoc/en/functions/pgsql.xml
diff -u phpdoc/en/functions/pgsql.xml:1.33 phpdoc/en/functions/pgsql.xml:1.34
--- phpdoc/en/functions/pgsql.xml:1.33 Sat Jun 23 22:10:51 2001
+++ phpdoc/en/functions/pgsql.xml Wed Jun 27 07:59:41 2001
@@ -225,6 +225,12 @@
<parameter>user</parameter>, and <parameter>password</parameter>.
</para>
<para>
+ If a second call is made to <function>pg_connect</function> with
+ the same arguments, no new connection will be established, but
+ instead, the connection index of the already opened connection
+ will be returned.
+ </para>
+ <para>
This function returns a connection index that is needed by other
PostgreSQL functions. You can have multiple connections open at
once.
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Ron Chmara
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Jon Parise
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Daniel Beckham
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Jeroen van Wolffelaar
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml jim winstead
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Yasuo Ohgaki
- [PHP-DOC] Re: cvs: phpdoc /en/functions pgs... Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Yasuo Ohgaki
- [PHP-DOC] cvs: phpdoc /en/functions pgsql.xml Jan Lehnardt
