From: | arnaud gaboury <arnaud(dot)gaboury(at)gmail(dot)com> |
---|---|
To: | |
Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_hba.conf : bad entry for ADDRESS |
Date: | 2016-08-25 16:01:05 |
Message-ID: | CAK1hC9vpe=4oiEbbqERxZ-8dCM-5fY=BRxASx36XxE9+S_uv1w@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Aug 25, 2016 at 5:50 PM, Francisco Olarte
<folarte(at)peoplecall(dot)com> wrote:
> Hi Arnaud:
>
> On Thu, Aug 25, 2016 at 4:35 PM, arnaud gaboury
> <arnaud(dot)gaboury(at)gmail(dot)com> wrote:
>>> Are this all the contents of you pg_hba.conf? Note order matters, all
>>> non comment ( or at least the host ones ) need to be checked .
>> Here is the whole content:
>> 79 local thetradinghall mailman peer
>> map=mailmap
>> 80 local all postgres trust
>> 84 host mattermost mmuser 127.0.0.1/24 md5
>
> .. This looks good once you've added the netmask, ehich slipped to me.
>
>>> Also, did you signal the postmaster to reread after adding the line?
>> What do you mean?
>
> When you change the file you need to signal the postgres main process
> ( postmaster ) to reread it by sending it a HUP signal, or using
> pg_ctl reload ( your OS/distro may have other methods ).
In fact, I use systemctl to stop/start/reload postgres service. And
yes I did a reload.
>
> Francisco Olarte.
--
From | Date | Subject | |
---|---|---|---|
Next Message | Oleg Bartunov | 2016-08-25 16:12:34 | Re: Updated RUM-index and support for bigint as part of index |
Previous Message | Ilya Kazakevich | 2016-08-25 15:57:04 | Re: Understanding Postgres Memory Usage |