Re: Postgres 8.02 connectivity

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Postgres 8.02 connectivity
Дата
Msg-id 4279F234.9000101@archonet.com
обсуждение исходный текст
Ответ на Postgres 8.02 connectivity  (Shaun Clements <ShaunC@relyant.co.za>)
Список 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 по дате отправления:

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Postgres 8.02 connectivity
Следующее
От: Shaun Clements
Дата:
Сообщение: Re: Postgres 8.02 connectivity