From: | "Randy Widell" <nospam_rwidell(at)bellsouth(dot)net_mapson> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | PostgreSQL under Cygwin... |
Date: | 2002-03-03 15:41:34 |
Message-ID: | ksrg8.43009$sH1.2880833@e3500-atl2.usenetserver.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I am running (or attempting to run) PostgreSQL 7.2 under Cygwin
under WindowsXP. I have the latest version of everything for Cygwin, I have
the ipc-daemon service running, and I installed postmaster as a service
using the command:
cygrunsrv --install PostgreSQL --path /bin/postmaster --args "-D
/usr/local/share/postdb"
--user Randy --dep ipc-daemon --termsig INT
This service starts fine too...
Then I tried to create a new database: createdb Randy.
createdb fails with the message:
psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
createdb: database creation failed
...and the PostgreSQL service stops.
I tried: psql template0 ...and got basically the same message, and the
service stopped again.
So... Any ideas? Any at all would be greatly appreciated.
Thanks,
Randy Widell
From | Date | Subject | |
---|---|---|---|
Next Message | geotronix | 2002-03-03 16:44:08 | How do I pass the -i option during boot time? |
Previous Message | Martijn van Oosterhout | 2002-03-03 11:06:14 | Re: Maximum size of identifiers names ? |