=?iso-8859-1?Q?Secr=E9tariat?= <ets(at)rolland-fr(dot)com> writes:
> When I connect as localhost I obtain :
> "Error connecting to the server: couldnot connect to server: Connection
> refused (0x0000274d/10061)
> Is the server running on host "127.0.0.1" and accepting
> TCP/IP connections on port 5432 ?"
"Connection refused" is a system-level error; that implies that the
postmaster isn't listening on that port at all. Check your
listen_addresses setting.
regards, tom lane