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

Collapse
Posted by James Thornton on
Start postmaster with the -i -p 9876 options, and in your nsd.tcl file, set PG to run on localhost:9876:yourdb, where 9876 is the port you want.