Re: Problem creating database using windows2k + cygwin + cygipc - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Problem creating database using windows2k + cygwin + cygipc
Date
Msg-id 21265.1009092970@sss.pgh.pa.us
Whole thread Raw
In response to Problem creating database using windows2k + cygwin + cygipc  ("Tony Nicol" <tnicol@bigpond.net.au>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: casting TEXT to CIDR (or to INET) has to be possible
Next
From: Tom Lane
Date:
Subject: Re: Backend process termination + database corruption