Re: How to Install PostgreSQL on Windows 2000

From: "SHELTON,MICHAEL (Non-HP-Boise,ex1)" <michael_shelton(at)non(dot)hp(dot)com>
To: "'Al Willis'" <alwillis(at)pdq(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: How to Install PostgreSQL on Windows 2000
Date: 2002-01-08 19:25:12
Message-ID: FB60DFB2C0E24449AC0C21F743B935410150F8DC@xboi02.boi.hp.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I sent a reply to this question early this month. Here it is again with
some additional info on services for you:

Try the following pages:

http://www.postgresql.org/idocs/index.php?install-win32.html
http://www.ejip.net/faq/postgresql_win_setup_faq.jsp
http://www.cygwin.com/

I think I got my install working from the information in those sites. The
first one is the postgres info, the 2nd is a great source of info, and the
third is the cygwin utils you'll need (click the "Install now" link on the
page).

Mike

[new info]

To run ipc-daemon as a service in win2k/nt you can use the SRVANY.EXE
program from NT 4.0 (might be in win2k as well) resource kit. The only
caveat is that the ipc-daemon app itself must ignore the CTRL_C, CTRL_BREAK,
CTRL_CLOSE, CTRL_LOGOFF, and CTRL_SHUTDOWN signals (by default, when a
console handler receives any one of these signals, it calls ExitProcess()).
I don't know what ipc-daemon does in this case since I haven't set it up as
a service (I only use it in win2k for testing and development our production
server runs on HP-UX).

Hope that helps!

-----Original Message-----
From: Al Willis [mailto:alwillis(at)pdq(dot)net]
Sent: Tuesday, January 01, 2002 3:44 PM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] How to Install PostgreSQL on Windows 2000

Can someone point me to the idiots guide on how to install PostgreSQL on a
Windows 2000 computer?

I have read several newsgroup postings and the PostgreSQL documentation but
I don't get far enough. I've downloaded and installed cygwin and cygipc. I
don't understand how to get ipc-daemon installed as a Windows 2000 service.

Al Willis

---------------------------(end of broadcast)---------------------------
TIP 5: Have you checked our extensive FAQ?

http://www.postgresql.org/users-lounge/docs/faq.html

Browse pgsql-general by date

  From Date Subject
Next Message Doug McNaught 2002-01-08 19:39:12 Re: what is in ../data/base ??
Previous Message Dave Trombley 2002-01-08 19:05:54 Re: sequential scans and the like operator