Re: 8.0 Beta 4 denying network connections? - Mailing list pgsql-general

From Tom Lane
Subject Re: 8.0 Beta 4 denying network connections?
Date
Msg-id 1206.1099101557@sss.pgh.pa.us
Whole thread Raw
In response to 8.0 Beta 4 denying network connections?  (Vinko Vrsalovic <el@vinko.cl>)
Responses Re: 8.0 Beta 4 denying network connections?
List pgsql-general
Vinko Vrsalovic <el@vinko.cl> writes:
> [vinko@mymachine sources 20:55:07]$ telnet mymachine 5431
> Trying 192.168.0.169...
> telnet: Unable to connect to remote host: Connection refused

Looks to me like you forgot to enable TCP connections in the 8.0
installation.  Note that the relevant postgresql.conf options are
not the same in 8.0 as 7.4 (see listen_addresses vs tcpip_socket
and virtual_host).

            regards, tom lane

pgsql-general by date:

Previous
From: "Uwe C. Schroeder"
Date:
Subject: Re: adding missing FROM-clause
Next
From: Michael Fuhr
Date:
Subject: Re: Turning a subselect into an array