Re: Postgres 8.02 connectivity - Mailing list pgsql-general

From Richard Huxton
Subject Re: Postgres 8.02 connectivity
Date
Msg-id 4279F234.9000101@archonet.com
Whole thread Raw
In response to Postgres 8.02 connectivity  (Shaun Clements <ShaunC@relyant.co.za>)
List pgsql-general
Shaun Clements wrote:
> Thanks.
> Firewall was the problem.im going to kill the technician who installed
> windows :)
> Im now coming up with a new error.
> Missing or erroneous pg_hba.conf file.
>
> Ive added the following line.
> Host all all myip trust

Try a /32 on the end of the client's ip:

host    all         all         192.168.1.20/32          trust

--
   Richard Huxton
   Archonet Ltd

pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Postgres 8.02 connectivity
Next
From: Shaun Clements
Date:
Subject: Re: Postgres 8.02 connectivity