Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
5495e607
Commit
5495e607
authored
21 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Attached is a patch to correct white space issues in FAQ_MSWIN.
Daniel Convissor
parent
d5f6cfc7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/FAQ_MSWIN
+9
-9
9 additions, 9 deletions
doc/FAQ_MSWIN
with
9 additions
and
9 deletions
doc/FAQ_MSWIN
+
9
−
9
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment