Hi,

Is there a way to change the database after a pg_connect
happens?  I think in mysql, you can do mysql_select_db('newdb'),
but there isn't really an equivalent function.

In psql, I can use \connect "newdb", but I think that disconnect
and reconnects to the new database.

yulius

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to