Re: Postgres 8.02 connectivity

Поиск
Список
Период
Сортировка
От Shaun Clements
Тема Re: Postgres 8.02 connectivity
Дата
Msg-id 854B265F029DEA4AB61CF83597AAE7300AE125@srldbexc003.relyant.co.za
обсуждение исходный текст
Ответ на Postgres 8.02 connectivity  (Shaun Clements <ShaunC@relyant.co.za>)
Ответы indexes on functions, then modifying functions  ("Costin Manda" <siderite@madnet.ro>)
Список pgsql-general

Hi Richard

I worked out what the problem was.
I needed an IP Mask(subnet) after the IP.
255.255.255.0 solved that
Thanks again for you help!!

Kind Regards,
Shaun Clements

-----Original Message-----
From: Richard Huxton [mailto:dev@archonet.com]
Sent: 05 May 2005 12:15 PM
To: Shaun Clements; List
Subject: Re: [GENERAL] Postgres 8.02 connectivity

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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Postgres 8.02 connectivity
Следующее
От: "Costin Manda"
Дата:
Сообщение: indexes on functions, then modifying functions