Re: Problem to connect to the Windows Port - Mailing list pgsql-general

From Tom Lane
Subject Re: Problem to connect to the Windows Port
Date
Msg-id 12022.1093381626@sss.pgh.pa.us
Whole thread Raw
In response to Re: Problem to connect to the Windows Port  ("Cornelia Boenigk" <poppcorn@cornelia-boenigk.de>)
Responses Re: Problem to connect to the Windows Port
List pgsql-general
"Cornelia Boenigk" <poppcorn@cornelia-boenigk.de> writes:
> C:\>psql -h 192.168.1.8 -U postgres -d minitest
> psql: could not connect to server: Connection refused
>         Is the server running on host "192.168.1.8" and accepting
>         TCP/IP connections on port 5432?

"Connection refused" suggests that you've got a firewall-type problem,
ie the operating system is rejecting the connection rather than letting
the postmaster receive it.  Check packet filtering rules...

            regards, tom lane

pgsql-general by date:

Previous
From: Carlos Moreno
Date:
Subject: Is this legal SQL? Is it a good practice?
Next
From: Peter Eisentraut
Date:
Subject: Re: Is this legal SQL? Is it a good practice?