> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of
> Keith Worthington
> Sent: 08 October 2004 20:45
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Start up
>
> Error connecting to the server: could not connect to server:
> Connection refused
> Is the server running on host 127.0.0.1 and accepting
> TCP/IP connections on port 5432?
>
> Of course being a newbie I don't know if the server is
> listening. Any help would be appreciated.
What server/platform are you running? If it's < 8.0, then look for the
tcpip_sockets options in $PGDATA/postgresql.conf. If its version 8.0
beta, then it should work out of the box from localhost, but double the
listen_addresses directive in postgresql.conf. If you need to change
anything, you should restart postgresql.
Regards, Dave