From: Andrew S. <and...@pa...> - 2003-03-04 05:01:01
|
On Mon, 03 Mar 2003 11:19:12 -0500 (EST) ajh...@gw... wrote: > I'd like to be able to specify a host and port for postgresql. In a > previous support req, someone asked about host and port of the > database and the response mentioned "The files to look at are > config.php and /includes/pgsql_database.php." > > However, the pgsql_database.php file doesn't seem to exist anymore, > and the config.php file contains nothing about host or port. How do I > do this? > Yes, they do exist :) They are in the CVS. I haven't really tested remote PostgreSQL, but the limited test I did worked O.K. You will need to hack most of the Postgres config files to make it work. There are some notes in the files mentioned above. Andrew |