From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Uwe C(dot) Schroeder" <uwe(at)oss4u(dot)com> |
Cc: | ElayaRaja S <elayaraja(dot)s(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: Urgent |
Date: | 2005-04-18 20:00:39 |
Message-ID: | 25235.1113854439@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Uwe C. Schroeder" <uwe(at)oss4u(dot)com> writes:
> have you enabled tcp in postgresql.conf ?
> the parameter in question is pretty much on top of the file and should read
> tcpip_socket = true
And if you have set that, look at the system's packet filtering rules
--- recent Red Hat releases tend to disallow traffic to port 5432 by
default.
"Connection refused" is a kernel-level refusal --- it means that the
postmaster never got your request at all, either because it wasn't
listening on that port or because something in-between blocked the
packet. So there's no point in looking at your pg_hba configuration.
Some troubleshooting info is in these parts of the docs:
http://www.postgresql.org/docs/8.0/static/postmaster-start.html#CLIENT-CONNECTION-PROBLEMS
http://www.postgresql.org/docs/8.0/static/client-authentication-problems.html
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Uwe C. Schroeder | 2005-04-18 20:02:23 | Re: Pgsql config file |
Previous Message | Tony Caduto | 2005-04-18 19:58:45 | Re: Plpgsql function with unknown number of args |