Re:

Поиск
Список
Период
Сортировка
От Henshall, Stuart - Design & Print
Тема Re:
Дата
Msg-id E382B5D8EDE1D6118DBE0008C759BCD6116B1D@WCPEXCHANGE
обсуждение исходный текст
Ответ на  (Groucho <list@streamlinesrl.com>)
Список 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 по дате отправления:

Предыдущее
От: "Henshall, Stuart - Design & Print"
Дата:
Сообщение: Re: PostgreSQL: Managing Kernel Resource for Cygwin
Следующее
От: Kasimir Müller
Дата:
Сообщение: Re: initdb and IpcMemoryCreate