From 868f95c8d734e9b421e9ed4851cf17df09dafaf2 Mon Sep 17 00:00:00 2001 From: Christopher Kings-Lynne Date: Thu, 31 Mar 2005 03:01:27 +0000 Subject: [PATCH] - Update list of connection parameters git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@183231 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pgsql/functions/pg-connect.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/reference/pgsql/functions/pg-connect.xml b/reference/pgsql/functions/pg-connect.xml index 3b7a44cc95..681ac10385 100644 --- a/reference/pgsql/functions/pg-connect.xml +++ b/reference/pgsql/functions/pg-connect.xml @@ -1,5 +1,5 @@ - + @@ -29,10 +29,13 @@ The arguments available for connection_string includes - host, port, - tty, options, - dbname, user, and - password. + host, hostaddr, port, + dbname, user, + password, connect_timeout, + options, tty (ignored), sslmode, + requiressl (deprecated in favor of sslmode), and + service. Which of these arguments exist depends + on your PostgreSQL version. If a second call is made to pg_connect with