Re: - Mailing list pgsql-cygwin

From Henshall, Stuart - Design & Print
Subject Re:
Date
Msg-id E382B5D8EDE1D6118DBE0008C759BCD6116B1D@WCPEXCHANGE
Whole thread Raw
In response to  (Groucho <list@streamlinesrl.com>)
List pgsql-cygwin

srinivas reddy wrote:
> psql: could not connect to server: Connection refused
>         Is the server running locally and accepting
>         connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
>
Are you running the postmaster?
You first need to do something like:
ipc-daemon &
initdb -D /pgd
postmaster -i -D /pgd &
See the readme for more info.
If you already are make sure there is not already such a file and that you have permissions to the tmp directory
- Stuart

pgsql-cygwin by date:

Previous
From: "Henshall, Stuart - Design & Print"
Date:
Subject: Re: PostgreSQL: Managing Kernel Resource for Cygwin
Next
From: Kasimir Müller
Date:
Subject: Re: initdb and IpcMemoryCreate