[PHP-DEV] Bug #1278 Updated: pg_connect etc. does not support username/password authentication methods From: Bug Database (php-dev <email protected>)
Date: 03/29/99

ID: 1278
Updated by: rasmus
Reported By: matt <email protected>
Status: Closed
Bug Type: PostgreSQL related
Assigned To:
Comments:

Sure it does. Use the syntax:
pg_Connect("host=myHost port=myPort tty=myTTY options=myOptions user=myUser password=myPassword dbname=nyDB");

Full Bug description available at: http://ca.php.net/bugs.php3?id=1278

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>