11How to install PostgreSQL on Windows
22====================================
33
4- $Date: 2003/11/28 20: 22:18 $
4+ $Date: 2004/07/20 22:56:40 $
55
66PostgreSQL requires the appropriate subset of Cygwin DLLs to be
77installed in order that it functions under Windows.
@@ -28,8 +28,8 @@ adjust these instructions accordingly.
28283. Once the download and install process is complete, open a Cygwin
2929 shell and do the following for a basic installation:
3030
31- 3a. Start ipc-daemon2 for shared memory support. To do this,
32- enter the command "ipc-daemon2 &". This program
31+ 3a. Start cygserver for shared memory support. To do this,
32+ enter the command "/usr/sbin/cygserver &". This program
3333 needs to be running anytime you start the PostgreSQL server
3434 (postmaster) or initialize a database (initdb).
3535
@@ -53,7 +53,7 @@ adjust these instructions accordingly.
5353
54544. You are now running a PostgreSQL server on your Windows machine.
5555
56- 5. It is possible to install ipc-daemon2 and the postmaster as
56+ 5. It is possible to install cygserver and the postmaster as
5757 Windows NT services. For information on how to do this, please
5858 refer to the README document included with Cygwin PostgreSQL. It
5959 is installed in the /usr/share/doc/Cygwin directory.
@@ -95,4 +95,8 @@ Known issues
9595
9696 (On some systems you can have up to about 10 simultaneous connections).
9797
98+ 3. The default cygserver configuration may need to be changed (e.g.,
99+ increase SEMMNS) to prevent PostgreSQL from failing due to a lack of
100+ system resources.
101+
98102Problem reports can be sent to pgsql-cygwin@postgresql.org.
0 commit comments