I am running a simple script to connect to my postgresql server and for some reason it is trying to connect to port 5432 when they are both running on localhost. Is there a way to make it stop connecting using the port # ?
Jason