I didn't think you needed to HUP postmaster if you were changing
pg_hba.conf ?
GTG
>>> Dave Cramer <Dave@micro-automation.net> 03/10/2003 15:48:49 >>>
and you HUPPED postmaster after changing this?
--dc--
On Fri, 2003-10-03 at 10:32, Gordon Ross wrote:
> OK, error from server.log:
>
> FATAL: No pg_hba.conf entry for host 192.168.24.108, user postgres,
database switchboards
>
> entries in pg_hba.conf:
>
> # TYPE DATABASE USER IP-ADDRESS IP-MASK
METHOD
>
> local all all
trust
> host all all 127.0.0.1 255.255.255.255
trust
> host all all 192.168.24.108 255.255.255.255
trust
>
> 192.168.24.108 is my PCs IP address.