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
5495e607
Commit
5495e607
authored
Nov 28, 2003
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attached is a patch to correct white space issues in FAQ_MSWIN.
Daniel Convissor
parent
d5f6cfc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
doc/FAQ_MSWIN
doc/FAQ_MSWIN
+9
-9
No files found.
doc/FAQ_MSWIN
View file @
5495e607
How to install PostgreSQL on Windows
====================================
$Date: 2003/11/
13 03:53:00
$
$Date: 2003/11/
28 20:22:18
$
PostgreSQL requires the appropriate subset of Cygwin DLLs to be
PostgreSQL requires the appropriate subset of Cygwin DLLs to be
installed in order that it functions under Windows.
This document assumes that you do not have Cygwin already installed
...
...
@@ -18,7 +18,7 @@ adjust these instructions accordingly.
2. Proceed through the Cygwin install wizard. Choose 'Install from
Internet', specify a Local Package Directory and choose a mirror
site that's close to you. Answer the other installer questions
appropriately for your configuration.
appropriately for your configuration.
When you come to the point of choosing which packages to install,
expand the 'Database' section and click 'Skip' next to PostgreSQL
...
...
@@ -28,15 +28,15 @@ 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
needs to be running anytime you start the PostgreSQL server
3a. Start ipc-daemon2 for shared memory support. To do this,
enter the command "ipc-daemon2 &". This program
needs to be running anytime you start the PostgreSQL server
(postmaster) or initialize a database (initdb).
3b. Use the initdb command to create a new database cluster. An
example command would be:
initdb -D /usr/local/pgsql/data -W -E LATIN1
initdb -D /usr/local/pgsql/data -W -E LATIN1
Which will create a cluster in the /usr/local/pgsql/data
directory, will prompt for a superuser password and will
...
...
@@ -45,7 +45,7 @@ adjust these instructions accordingly.
3c. Start up the postmaster. Use a command similar to the
following:
postmaster -D /usr/local/pgsql/data
postmaster -D /usr/local/pgsql/data
This will start the postmaster, and if successful you will
see some initial log entries, and an entry "LOG: database
...
...
@@ -88,7 +88,7 @@ Known issues
2. "make check" can generate spurious regression test failures due to
overflowing the listen() backlog queue which causes connection
refused errors or hangs. You can limit the number of connections
refused errors or hangs. You can limit the number of connections
using the MAX_CONNECTIONS option thus:
make MAX_CONNECTIONS=5 check
...
...
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