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
6bcd9f40
Commit
6bcd9f40
authored
23 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Attached is the FAQ_MSWIN patch as promised. Hopefully, it is not too
little, too late... Jason Tishler
parent
d9e71837
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
+33
-15
33 additions, 15 deletions
doc/FAQ_MSWIN
with
33 additions
and
15 deletions
doc/FAQ_MSWIN
+
33
−
15
View file @
6bcd9f40
How to install PostgreSQL on Windows NT or Windows 2000
How to install PostgreSQL on Windows
=======================================================
====================================
$Date: 2001/10/25 16:20:51 $
$Date: 2001/12/05 18:23:40 $
1. Install the Cygwin package.
1. Install the latest Cygwin package, available at http://cygwin.com/.
The Cygwin package provides a UNIX-like API on top of the Win32
The Cygwin package provides a UNIX-like API on top of the Win32
API. It is available at http://sources.redhat.com/cygwin/. At
API. Using older versions such as 1.0 or B20 might require extra
the time of this writing, it is recommended to use either version
efforts.
1.1.7, a snapshot built after 2001/02/05 12:36:41, or the 1.3.x series
(when available). Version 1.1.8 contains a bug that will prevent the
A pre-built PostgreSQL is part of the standard Cygwin distribution
server to work. Using older versions such as 1.0 or B20 might require
and is installed by Cygwin's setup.exe. You are encouraged to use
extra efforts.
this version unless it does not meet your needs. Please read the
README file, /usr/doc/Cygwin/postgresql-${version}.README, where
2. Install the cygipc package, available at
"${version}" is the version (e.g., 7.1.3).
2. Install the latest cygipc package, available at
http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/.
http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/.
Do not use versions prior to 1.04, they will not work.
Do not use versions prior to 1.04, they will not work.
Use the following command to install the cygipc package:
$ tar -C / -xjf cygipc-${version}.tar.bz2
where "${version}" is the version (e.g., 1.11-1).
3. The Cygwin bin directory has to be placed in the path before the
3. The Cygwin bin directory has to be placed in the path before the
Windows program directories, because the sort.exe has to be taken
Windows program directories, because the sort.exe has to be taken
from Cygwin, not Windows.
from Cygwin, not Windows.
...
@@ -23,9 +30,20 @@ $Date: 2001/10/25 16:20:51 $
...
@@ -23,9 +30,20 @@ $Date: 2001/10/25 16:20:51 $
4. Start ipc-daemon from the cygipc package. Use "net start ipc-daemon",
4. Start ipc-daemon from the cygipc package. Use "net start ipc-daemon",
if ipc-daemon is installed as a service; otherwise, use "ipc-daemon &".
if ipc-daemon is installed as a service; otherwise, use "ipc-daemon &".
This program needs to be running anytime you start the PostgreSQL
This program needs to be running anytime you start the PostgreSQL
server (postmaster).
server (postmaster) or initialize a database (initdb).
5. Proceed according to the INSTALL file (i.e., ./configure; make; etc.)
noting the following Cygwin specific differences:
o The GNU make command is called "make" not "gmake".
o The adduser command is not supported -- use the appropriate
user management application on Windows NT, 2000, or XP.
Otherwise, skip this step.
o The su command is not supported -- use ssh to simulate su
on Windows NT, 2000, or XP. Otherwise, skip this step.
5. Proceed according to the INSTALL file. (./configure; make; etc.)
Alternatively, proceed according to the README file supplied with
the Cygwin PostgreSQL package.
NOTE: The following are known issues with PostgreSQL on Windows:
NOTE: The following are known issues with PostgreSQL on Windows:
...
...
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