File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
How to install PostgreSQL on Windows NT or Windows 2000
2
2
=======================================================
3
- $Date: 2001/05/11 22:27:12 $
3
+ $Date: 2001/10/25 16:20:51 $
4
4
5
5
1. Install the Cygwin package.
6
6
7
7
The Cygwin package provides a UNIX-like API on top of the Win32
8
- API. It is available at < http://sources.redhat.com/cygwin/> . At
8
+ API. It is available at http://sources.redhat.com/cygwin/. At
9
9
the time of this writing, it is recommended to use either version
10
10
1.1.7, a snapshot built after 2001/02/05 12:36:41, or the 1.3.x series
11
11
(when available). Version 1.1.8 contains a bug that will prevent the
12
12
server to work. Using older versions such as 1.0 or B20 might require
13
13
extra efforts.
14
14
15
15
2. Install the cygipc package, available at
16
- < http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/> .
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
19
3. The Cygwin bin directory has to be placed in the path before the
@@ -36,4 +36,4 @@ NOTE: The following are known issues with PostgreSQL on Windows:
36
36
overflowing the listen() backlog queue which causes connection
37
37
refused errors.
38
38
39
- Problem reports can be sent to < pgsql-cygwin@postgresql.org> .
39
+ Problem reports can be sent to pgsql-cygwin@postgresql.org.
You can’t perform that action at this time.
0 commit comments