in reply to Connecting to postgres using PgPP

Update: I see now that you say (updated the node?) that connecting with psql is OK. That means the below is not the problem /Update

On the postgres server side, in postgresql.conf, what is the value of 'listen_addresses' ?

https://www.postgresql.org/docs/current/static/runtime-config-connection.html#GUC-LISTEN-ADDRESSES

It might need to be changed to, for instance, '*' (all interfaces).

Replies are listed 'Best First'.
Re^2: Connecting to postgres using PgPP
by vinoth.ree (Monsignor) on Dec 01, 2017 at 18:10 UTC

    Yes listen_addresses set to * only.


    All is well. I learn by answering your questions...