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.