Re: Postgres 8.02 connectivity

From: Richard Huxton <dev(at)archonet(dot)com>
To: Shaun Clements <ShaunC(at)relyant(dot)co(dot)za>, List <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres 8.02 connectivity
Date: 2005-05-05 10:15:16
Message-ID: 4279F234.9000101@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message Shaun Clements 2005-05-05 10:31:50 Re: Postgres 8.02 connectivity
Previous Message Richard Huxton 2005-05-05 08:41:08 Re: Postgres 8.02 connectivity