Re: HELP! Data needed out of pgsql! - Mailing list pgsql-novice

From John DeSoi
Subject Re: HELP! Data needed out of pgsql!
Date
Msg-id 52420536-62AC-4E0F-8786-3330A1FB9792@pgedit.com
Whole thread Raw
In response to HELP! Data needed out of pgsql!  (Lester <lesterewing@mac.com>)
List pgsql-novice
On Aug 20, 2009, at 9:15 AM, Lester wrote:

> Just to provide more info, this is what I'm getting when I start up
> the software..
>
> "Unable to connect to server: Connection refused
> Is the server running on host "localhost" and accepting TCP/IP
> CONNECTIONS ON PORT 7147?
>
> Connection data: host=localhost  port=7147 user=mdp  password='mdp'
> dbname=mdp
>

Most likely either Postgres is not running or it is not using port
7147. You can check to see if Postgres is running by starting up
Activity Monitor (in /Applications/Utilities) and looking for the name
"postgres" in the process name column.

If it is not running, you can start it in Terminal assuming you know
the location of the data. See

http://www.postgresql.org/docs/8.3/interactive/server-start.html



John DeSoi, Ph.D.





pgsql-novice by date:

Previous
From: John DeSoi
Date:
Subject: Re: HELP! Data needed out of pgsql!
Next
From: Lester
Date:
Subject: Re: HELP! Data needed out of pgsql!