From c72809479b7123376bd2d9c1352ccd735e02e41a Mon Sep 17 00:00:00 2001
From: Bruce Momjian
Date: Tue, 17 Oct 2000 03:26:36 +0000
Subject: Rename INSTALL_WIN to INSTALL_MSWIN. MS doesn't own the Windows
name!
---
doc/INSTALL_MSWIN | 38 ++++++++++++++++++++++++++++++++++++++
doc/INSTALL_WIN | 38 --------------------------------------
2 files changed, 38 insertions(+), 38 deletions(-)
create mode 100644 doc/INSTALL_MSWIN
delete mode 100644 doc/INSTALL_WIN
diff --git a/doc/INSTALL_MSWIN b/doc/INSTALL_MSWIN
new file mode 100644
index 00000000000..0c7364be19e
--- /dev/null
+++ b/doc/INSTALL_MSWIN
@@ -0,0 +1,38 @@
+Installing PostgreSQL on Windows NT or Windows 2000
+===================================================
+$Date: 2000/10/17 03:26:36 $
+
+1. Install the Cygwin package.
+
+ The Cygwin package provides a UNIX-like API on top of the Win32
+ API. It is available at .
+ The 1.1.x series is recommended (1.1.4 was the latest at the time
+ of this writing); using 1.0 or B20 might require extra efforts.
+ For B20 you also need to download the separate crypt library at the
+ same location.
+
+2. Install the cygipc package, available at
+ . Do not use versions
+ prior to 1.04, they will not work.
+
+3. Optional: The "Andy Piper Tools" at
+ are a collection of pre-compiled libraries and utilities that you
+ might find useful -- especially on Cygwin B20.
+
+4. The Cygwin bin directory has to be placed in the path before the
+ Windows program directories, because the sort.exe has to be taken
+ from Cygwin, not Windows.
+
+5. Start `ipc-daemon &' (background process) from the cygipc package.
+ This program needs to be running anytime you start the PostgreSQL
+ server (postmaster).
+
+6. Proceed according to the INSTALL file. (./configure; make; etc.)
+
+NOTE: By default, PostgreSQL clients like psql communicate using Unix
+domain sockets, which do not work on Windows. Start the postmaster
+with -i, and when connecting to the database from a client, set the
+PGHOST environment variable to `localhost' or supply the hostname on
+the command line.
+
+Problem reports can be sent to .
diff --git a/doc/INSTALL_WIN b/doc/INSTALL_WIN
deleted file mode 100644
index fb8154c32bc..00000000000
--- a/doc/INSTALL_WIN
+++ /dev/null
@@ -1,38 +0,0 @@
-Installing PostgreSQL on Windows NT or Windows 2000
-===================================================
-$Date: 2000/09/27 15:17:53 $
-
-1. Install the Cygwin package.
-
- The Cygwin package provides a UNIX-like API on top of the Win32
- API. It is available at .
- The 1.1.x series is recommended (1.1.4 was the latest at the time
- of this writing); using 1.0 or B20 might require extra efforts.
- For B20 you also need to download the separate crypt library at the
- same location.
-
-2. Install the cygipc package, available at
- . Do not use versions
- prior to 1.04, they will not work.
-
-3. Optional: The "Andy Piper Tools" at
- are a collection of pre-compiled libraries and utilities that you
- might find useful -- especially on Cygwin B20.
-
-4. The Cygwin bin directory has to be placed in the path before the
- Windows program directories, because the sort.exe has to be taken
- from Cygwin, not Windows.
-
-5. Start `ipc-daemon &' (background process) from the cygipc package.
- This program needs to be running anytime you start the PostgreSQL
- server (postmaster).
-
-6. Proceed according to the INSTALL file. (./configure; make; etc.)
-
-NOTE: By default, PostgreSQL clients like psql communicate using Unix
-domain sockets, which do not work on Windows. Start the postmaster
-with -i, and when connecting to the database from a client, set the
-PGHOST environment variable to `localhost' or supply the hostname on
-the command line.
-
-Problem reports can be sent to .
--
cgit v1.2.3