From a50f27d83824547cd5684a7e95bea54a3ede48dd Mon Sep 17 00:00:00 2001 From: Daniel Beckham Date: Wed, 27 Jun 2001 05:59:41 +0000 Subject: [PATCH] corrected issue in bug #10153 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50263 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pgsql.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/functions/pgsql.xml b/functions/pgsql.xml index bc16b228f5..ff30e6be33 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -224,6 +224,12 @@ $dbconn3 = pg_Connect ("host=sheep port=5432 dbname=mary user=lamb password=baaa options, dbname, user, and password. + + If a second call is made to pg_connect with + the same arguments, no new connection will be established, but + instead, the connection index of the already opened connection + will be returned. + This function returns a connection index that is needed by other PostgreSQL functions. You can have multiple connections open at