Re: could not connect to server: Connection refused (0x0000274D/10061)
От
Tom Lane
Тема
Re: could not connect to server: Connection refused (0x0000274D/10061)
Дата
Msg-id
25917.1285938837@sss.pgh.pa.us
Ответ на
Список
Дерево обсуждения
Re: could not connect to server: Connection refused (0x0000274D/10061) Anuj Pankaj <anujp@cybage.com>
Re: could not connect to server: Connection refused (0x0000274D/10061) Tom Lane <tgl@sss.pgh.pa.us>
Anuj Pankaj 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 по дате отправления