Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
53cee20f
Commit
53cee20f
authored
Jul 20, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
As per the following:
http://archives.postgresql.org/pgsql-cygwin/2004-07/msg00090.php
Jason Tishler
parent
6f0d96f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
doc/FAQ_MSWIN
doc/FAQ_MSWIN
+8
-4
No files found.
doc/FAQ_MSWIN
View file @
53cee20f
How to install PostgreSQL on Windows
====================================
$Date: 200
3/11/28 20:22:18
$
$Date: 200
4/07/20 22:56:40
$
PostgreSQL requires the appropriate subset of Cygwin DLLs to be
installed in order that it functions under Windows.
...
...
@@ -28,8 +28,8 @@ adjust these instructions accordingly.
3. Once the download and install process is complete, open a Cygwin
shell and do the following for a basic installation:
3a. Start
ipc-daemon2
for shared memory support. To do this,
enter the command "
ipc-daemon2
&". This program
3a. Start
cygserver
for shared memory support. To do this,
enter the command "
/usr/sbin/cygserver
&". This program
needs to be running anytime you start the PostgreSQL server
(postmaster) or initialize a database (initdb).
...
...
@@ -53,7 +53,7 @@ adjust these instructions accordingly.
4. You are now running a PostgreSQL server on your Windows machine.
5. It is possible to install
ipc-daemon2
and the postmaster as
5. It is possible to install
cygserver
and the postmaster as
Windows NT services. For information on how to do this, please
refer to the README document included with Cygwin PostgreSQL. It
is installed in the /usr/share/doc/Cygwin directory.
...
...
@@ -95,4 +95,8 @@ Known issues
(On some systems you can have up to about 10 simultaneous connections).
3. The default cygserver configuration may need to be changed (e.g.,
increase SEMMNS) to prevent PostgreSQL from failing due to a lack of
system resources.
Problem reports can be sent to pgsql-cygwin@postgresql.org.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment