postgreSQL: example of "options=myOptions" in pg_p

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
gite_ashish
Forum Contributor
Posts: 118
Joined: Sat Aug 31, 2002 11:38 am
Location: India

postgreSQL: example of "options=myOptions" in pg_p

Post 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.
Post Reply