I have a development site ( FreeBSD 10.1 and Postgres 9.3 ) where I can connect to the database via psql or pgadminIII both locally and remotely.
However, all of the local apps ( 3 different ones ) that would connect to it are failing to connect.
So how do the methods the local apps use to connect to PostgreSQL differ compared to running psql directly on the same machine?
David J.