corrected issue in bug #10153

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50263 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Daniel Beckham 2001-06-27 05:59:41 +00:00
parent e50a121d8e
commit a50f27d838

View file

@ -224,6 +224,12 @@ $dbconn3 = pg_Connect ("host=sheep port=5432 dbname=mary user=lamb password=baaa
<parameter>options</parameter>, <parameter>dbname</parameter>,
<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