1
1
How to install PostgreSQL on Windows NT or Windows 2000
2
2
=======================================================
3
- $Date: 2001/05/07 16:02:38 $
3
+ $Date: 2001/05/11 22:27:12 $
4
4
5
5
1. Install the Cygwin package.
6
6
@@ -16,20 +16,16 @@ $Date: 2001/05/07 16:02:38 $
16
16
<http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/>.
17
17
Do not use versions prior to 1.04, they will not work.
18
18
19
- 3. Optional: The "Andy Piper Tools" at <http://www.xemacs.freeserve.co.uk/>
20
- are a collection of pre-compiled libraries and utilities that you
21
- might find useful -- especially on Cygwin B20.
22
-
23
- 4. The Cygwin bin directory has to be placed in the path before the
19
+ 3. The Cygwin bin directory has to be placed in the path before the
24
20
Windows program directories, because the sort.exe has to be taken
25
21
from Cygwin, not Windows.
26
22
27
- 5 . Start ipc-daemon from the cygipc package. Use "net start ipc-daemon",
23
+ 4 . Start ipc-daemon from the cygipc package. Use "net start ipc-daemon",
28
24
if ipc-daemon is installed as a service; otherwise, use "ipc-daemon &".
29
25
This program needs to be running anytime you start the PostgreSQL
30
26
server (postmaster).
31
27
32
- 6 . Proceed according to the INSTALL file. (./configure; make; etc.)
28
+ 5 . Proceed according to the INSTALL file. (./configure; make; etc.)
33
29
34
30
NOTE: The following are known issues with PostgreSQL on Windows:
35
31
0 commit comments