Re: connection error - Mailing list pgsql-general

From amul sul
Subject Re: connection error
Date
Msg-id CAAJ_b94AwwG_Q01wrEANTkxC2iE0+a355Q2y5Aqin-iHHK1JbQ@mail.gmail.com
Whole thread Raw
In response to Re: connection error  (amul sul <sulamul@gmail.com>)
List pgsql-general
On Fri, Sep 7, 2018 at 5:10 PM amul sul <sulamul@gmail.com> wrote:
>
> Do you have following entry as well?
>
> # IPv6 local connections:
> host    all             all             ::1/128                 trust
>
> I hope "listen_addresses " in postgresql.conf is on default setting.
>

Sorry, I misread -- your local psql connection is fine .

Try setting listen_addresses = '*' in postgresql.conf.

For more detail please have a look to
https://www.postgresql.org/docs/9.5/static/runtime-config-connection.html

Regards,
Amul Sul


pgsql-general by date:

Previous
From: amul sul
Date:
Subject: Re: connection error
Next
From: Andrew Staller
Date:
Subject: Re: A Timeseries Case Study: InfluxDB VS PostgreSQL