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

From Tom Lane
Subject Re: Cannot Start Postgres After System Boot
Date
Msg-id 5481.1287692387@sss.pgh.pa.us
Whole thread Raw
In response to Re: Cannot Start Postgres After System Boot  (Rich Shepard <rshepard@appl-ecosys.com>)
List pgsql-general
Rich Shepard <rshepard@appl-ecosys.com> writes:
>    Since I cannot start the postmaster I cannot run pg_dumpall.

As far as I can tell you *are* starting the postmaster, and it is
responding when you query it via TCP (eg, with "psql -h localhost").
What is not working is connections via the Unix socket.  I still
suspect that the problem there is that the postmaster is creating
the socket file somewhere other than /tmp, but your client library
thinks /tmp is where to look.

            regards, tom lane

pgsql-general by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: Cannot Start Postgres After System Boot
Next
From: Dmitriy Igrishin
Date:
Subject: Re: Advice needed on application/database authentication/authorization/auditing model