Re: Can't connect to Windows port + other

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: "Anony Mous" <A(dot)Mous(at)shaw(dot)ca>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Can't connect to Windows port + other
Date: 2004-09-01 23:12:22
Message-ID: 87brgpr3c9.fsf@asmodeus.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Anony Mous" <A(dot)Mous(at)shaw(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-09-01 23:19:20 Re: Can't connect to Windows port + other
Previous Message Tom Lane 2004-09-01 23:12:02 Re: Interval literal not ANSI compliant