Re: could not connect to server: Connection refused (0x0000274D/10061) - Mailing list pgsql-admin

From Tom Lane
Subject Re: could not connect to server: Connection refused (0x0000274D/10061)
Date
Msg-id 25917.1285938837@sss.pgh.pa.us
Whole thread Raw
In response to Re: could not connect to server: Connection refused (0x0000274D/10061)  (Anuj Pankaj <anujp@cybage.com>)
List pgsql-admin
Anuj Pankaj <anujp@cybage.com> writes:
> What am I suppose to change in pg_hba.conf file?

If you're getting "Connection refused", no amount of changing
pg_hba.conf will change the result, because that's not where your
problem is.  This error implies the postmaster isn't listening at all on
the specified port, or else there's a firewall blocking connections.
Make sure that listen_addresses is set to * in postgresql.conf, and
check your system packet-filtering configuration.

            regards, tom lane

pgsql-admin by date:

Previous
From: Michal Glowacki
Date:
Subject: Re: Hot standby server does not start
Next
From: "Little, Douglas"
Date:
Subject: how to PG close session