Re: 8.3.5, can't connect to server (server doesn't listen)

Поиск
Список
Период
Сортировка
От Ivo Rossacher
Тема Re: 8.3.5, can't connect to server (server doesn't listen)
Дата
Msg-id 200902100015.44535.rossacher@bluewin.ch
обсуждение исходный текст
Ответ на 8.3.5, can't connect to server (server doesn't listen)  ("John Chase" <jchase@mtcsc.com>)
Список pgsql-admin
Did you remove the # sign from the beginning of the line below?
>
> #listen_addresses = '*'            # what IP address(es) to listen
> on;

Are you sure there is no line before the following lines which does match?
The first line matches wins.
>
> -- pg_hba.conf -- (remainder of file is default with no changes)
>
> host    all         all         127.0.0.1/32          md5
> host    all         all         192.168.10.0/24       trust
>

Best regards
Ivo

В списке pgsql-admin по дате отправления:

Предыдущее
От: Jan-Peter Seifert
Дата:
Сообщение: Re: 8.3.5, can't connect to server (server doesn't listen)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: database corruption help