Page 1 of 1

postgreSQL: example of "options=myOptions" in pg_p

Posted: Wed Dec 08, 2004 4:04 pm
by gite_ashish
Hi,
php manual wrote: A connection to PostgreSQL server can be established with the following value pairs set in the command string: $conn = pg_connect("host=myHost port=myPort tty=myTTY options=myOptions dbname=myDB user=myUser password=myPassword ");
Any example of what ALL can be there in "options=myOptions" ?

Thanks.