Forum OpenACS Q&A: Response to Change PgSQL Port from default ...

Collapse
Posted by Don Baccus on
Yes, you can change the datasource to something like:

ip.address:port:databasename

You must remember to start postmaster with the -i option and also
specify the port number.

The driver currently ignores the "port" argument for "localhost" so
give it a real IP address to chew on.