example for "options=myOptions" in pg_pconnect()
Posted: Tue Nov 23, 2004 7:00 am
Hi,
<php manual>
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 ");
</php manual>
Any example of what can be there in "options=myOptions" ?
Thanks.
<php manual>
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 ");
</php manual>
Any example of what can be there in "options=myOptions" ?
Thanks.