postgreSQL: example of "options=myOptions" in pg_p
Posted: Wed Dec 08, 2004 4:04 pm
Hi,
Thanks.
Any example of what ALL can be there in "options=myOptions" ?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 ");
Thanks.