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