Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit53cee20

Browse files
committed
1 parent6f0d96f commit53cee20

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

‎doc/FAQ_MSWIN

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
How to install PostgreSQL on Windows
22
====================================
33

4-
$Date:2003/11/28 20:22:18 $
4+
$Date:2004/07/2022:56:40 $
55

66
PostgreSQL requires the appropriate subset of Cygwin DLLs to be
77
installed in order that it functions under Windows.
@@ -28,8 +28,8 @@ adjust these instructions accordingly.
2828
3. Once the download and install process is complete, open a Cygwin
2929
shell and do the following for a basic installation:
3030

31-
3a. Startipc-daemon2 for shared memory support. To do this,
32-
enter the command "ipc-daemon2 &". This program
31+
3a. Startcygserver 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

5454
4. You are now running a PostgreSQL server on your Windows machine.
5555

56-
5. It is possible to installipc-daemon2 and the postmaster as
56+
5. It is possible to installcygserver 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+
98102
Problem reports can be sent to pgsql-cygwin@postgresql.org.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp