Re: Can not connect remotely - Mailing list pgsql-general

From Sam Mason
Subject Re: Can not connect remotely
Date
Msg-id 20100409210319.GT5407@samason.me.uk
Whole thread Raw
In response to Can not connect remotely  (arya6000 <arya6000@gmail.com>)
List pgsql-general
On Fri, Apr 09, 2010 at 10:08:38AM -0700, arya6000 wrote:
> Connection refused. Check that the hostname and port are correct and that
> the postmaster is accepting TCP/IP connections.

Running the following on your server:

  netstat -tnl

will tell you if PG is actually listening on the port you expect.  If
it's there as expected, then you need to look at your firewall/VPS
config to see whether the traffic is making its way through correctly.

--
  Sam  http://samason.me.uk/

pgsql-general by date:

Previous
From: Greg Smith
Date:
Subject: Re: Upcoming hot standby replication question
Next
From: Josh Kupershmidt
Date:
Subject: psql's \d display of unique index vs. constraint