From: | Pete Forman <gsez020(at)kryten(dot)bedford(dot)waii(dot)com> |
---|---|
To: | Christos Poulkas <CPoulkas(at)transoft(dot)com> |
Cc: | "'pgsql-ports(at)postgresql(dot)org'" <pgsql-ports(at)postgresql(dot)org> |
Subject: | Re: Running Postgresql on NT |
Date: | 2000-11-01 11:32:02 |
Message-ID: | 14847.65330.495379.171503@kryten.bedford.waii.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-ports |
Christos Poulkas writes:
> $ createdb tpc
> psql: connectDBStart() -- connect() failed: No more processes
> Is the postmaster running (with -i) at 'localhost'
> and accepting connections on TCP/IP port '5432'?
> createdb: database creation failed
>
> the same happens with psql.
You need to supply the additional arguments "-h localhost" to createdb
and psql.
--
Pete Forman -./\.- Disclaimer: This post is originated
Western Geophysical -./\.- by myself and does not represent
pete(dot)forman(at)westgeo(dot)com -./\.- the opinion of Baker Hughes or
http://www.crosswinds.net/~petef -./\.- its divisions.
From | Date | Subject | |
---|---|---|---|
Next Message | Chandra Sekhar . K | 2000-11-01 11:44:39 | Re: FW: Postgres on Windows NT |
Previous Message | Christos Poulkas | 2000-11-01 11:24:59 | Running Postgresql on NT |