RE: Win95 PostGreSQL - Mailing list pgsql-cygwin

From Andrew
Subject RE: Win95 PostGreSQL
Date
Msg-id 01C0F997.B0D37580@GODNUKEM
Whole thread Raw
List pgsql-cygwin
Hello,

I have just installed the CygWin, latest version. And I tried to use the createdb and psql,
Both have the below error. Can someone help me on this error, I am newbie to these stuff.
Thanks.

Andrew.

=========================

$ createdb -p 5000 -h godnukem -e demo
psql: connectDBStart() -- connect() failed: Connection refused
        Is the postmaster running (with -i) at 'godnukem'
        and accepting connections on TCP/IP port 5000?
createdb: database creation failed

andrew@STATION01 /bin
$ createdb test
psql: connectDBStart() -- connect() failed: No such file or directory
        Is the postmaster running locally
        and accepting connections on Unix socket '/tmp/.s.PGSQL.5432'?
createdb: database creation failed





pgsql-cygwin by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [PATCHES] Cygwin contrib patch
Next
From: "Henshall, Stuart - WCP"
Date:
Subject: RE: RE: Win95 PostGreSQL