Re: Cannot Start Postgres After System Boot - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Cannot Start Postgres After System Boot
Date
Msg-id AANLkTikVnuZ87=dyW7rr8kRF3mLHpFjegcyq-oeq3vUR@mail.gmail.com
Whole thread Raw
In response to Re: Cannot Start Postgres After System Boot  (Rich Shepard <rshepard@appl-ecosys.com>)
Responses Re: Cannot Start Postgres After System Boot  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
On Thu, Oct 21, 2010 at 11:27 AM, Rich Shepard <rshepard@appl-ecosys.com> wrote:
>  Yet, when I try to access one of my databases I cannot:
>
> [rshepard@salmo ~]$ psql aesi
> psql: could not connect to server: No such file or directory
>        Is the server running locally and accepting
>        connections on Unix domain socket "/tmp/.s.PGSQL.5432"?

So, what do

telnet localhost 5432
AND
psql -h localhost -l

do?

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Updates, deletes and inserts are very slow. What can I do make them bearable?
Next
From: Rich Shepard
Date:
Subject: Re: Cannot Start Postgres After System Boot