Re: Can't connect to Windows port + other

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: Can't connect to Windows port + other
Дата
Msg-id 87brgpr3c9.fsf@asmodeus.mcnaught.org
обсуждение исходный текст
Ответ на Re: Can't connect to Windows port + other  ("Anony Mous" <A.Mous@shaw.ca>)
Ответы Re: Can't connect to Windows port + other  (Robby Russell <robby@planetargon.com>)
Список pgsql-general
"Anony Mous" <A.Mous@shaw.ca> writes:

> A few days ago there was a fellow that had trouble connecting remotely to
> the 8.0 beta win port.  I had the same problem, but have since found the
> solution.  In postgresql.conf file, ensure the line "listen_addresses" is
> set to '*', ie,
>
> listen_addresses = '*'
>
> This should do it.  Can someone explain to my why this line is here?

TCP/IP has always been disabled by default, leaving just Unix sockets
for connections.  This is probably not a very useful default
configuration on Windows.  :)

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Interval literal not ANSI compliant
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Can't connect to Windows port + other