diff --git a/functions/pgsql.xml b/functions/pgsql.xml index 6821f18614..3006f38ed3 100644 --- a/functions/pgsql.xml +++ b/functions/pgsql.xml @@ -1,5 +1,5 @@ - + PostgreSQL functions PostgreSQL @@ -336,7 +336,7 @@ $dbconn4 = pg_connect ($conn_string); new connection will be established, but instead, the connection resource of the already opened connection will be returned. You can have multiple connections to the same database if you use - different connection parameters. (i.e. Use different username) + different connection string. Syntax supports multiple parameters: @@ -1530,7 +1530,7 @@ for ($i=0; $i < $num; $i++) { password. - Using pg_connect + Using pg_pconnect Multiple parameters syntax for pg_pconnect