Forum OpenACS Q&A: Re: How to access postgres-db on other port than 5432

Collapse
Posted by David Walker on
In your nsd.tcl use the following style

ns_section "ns/db/pool/postgres_pool"
ns_param  driver          postgres_driver
ns_param  datasource      HOSTNAME:PORT:database_name

Collapse
Posted by Tilmann Singer on
Don't know if that still applies but if you need to recompile the postgres driver here's a good guide:

http://pascal.scheffers.net/openacs/pgupdate/