Re: Problem creating database using windows2k + cygwin + cygipc

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Tony Nicol" <tnicol(at)bigpond(dot)net(dot)au>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Problem creating database using windows2k + cygwin + cygipc
Date: 2001-12-23 07:36:10
Message-ID: 21265.1009092970@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Tony Nicol" <tnicol(at)bigpond(dot)net(dot)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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2001-12-23 07:48:42 Re: Strange pg_oid problem.
Previous Message Tom Lane 2001-12-23 07:32:17 Re: Serializable access giving wrong error messages?