Re: Problem creating database using windows2k + cygwin + cygipc

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem creating database using windows2k + cygwin + cygipc
Дата
Msg-id 21265.1009092970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem creating database using windows2k + cygwin + cygipc  ("Tony Nicol" <tnicol@bigpond.net.au>)
Список pgsql-bugs
"Tony Nicol" <tnicol@bigpond.net.au> writes:
> i.e. the DEBUG's are indicative of something not right...

No, all those debug messages are perfectly normal.

> when I try using psql I get...
> $ psql
> psql: connectDBStart() -- connect() failed: Connection refused
>         Is the postmaster running locally
>         and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?

Not sure about this; does cygwin support unix-style sockets at all?
Try starting the postmaster with -i and then connecting via TCP/IP
(eg, "psql -h localhost").

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: casting TEXT to CIDR (or to INET) has to be possible
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Backend process termination + database corruption