summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-11 22:26:30 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-11 22:26:30 +0000
commitbebd0938b6d1b412084248e5d79bc21a742d812e (patch)
treef199bdbf52edb60a8276c2a0a04d8ca4496c6e16
parent1d211a6be39f5432c1d67518b4d701bca7d73394 (diff)
downloadpostgresql-bebd0938b6d1b412084248e5d79bc21a742d812e.tar.gz
no more Andy Piper tools
-rw-r--r--doc/FAQ_MSWIN14
1 files changed, 5 insertions, 9 deletions
diff --git a/doc/FAQ_MSWIN b/doc/FAQ_MSWIN
index 7294822117..c3e9497203 100644
--- a/doc/FAQ_MSWIN
+++ b/doc/FAQ_MSWIN
@@ -1,6 +1,6 @@
How to install PostgreSQL on Windows NT or Windows 2000
=======================================================
-$Date: 2001/04/24 20:05:02 $
+$Date: 2001/05/11 22:26:30 $
1. Install the Cygwin package.
@@ -16,20 +16,16 @@ $Date: 2001/04/24 20:05:02 $
<http://www.neuro.gatech.edu/users/cwilson/cygutils/V1.1/cygipc/>.
Do not use versions prior to 1.04, they will not work.
-3. Optional: The "Andy Piper Tools" at <http://www.xemacs.freeserve.co.uk/>
- 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
+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
from Cygwin, not Windows.
-5. 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 &".
This program needs to be running anytime you start the PostgreSQL
server (postmaster).
-6. Proceed according to the INSTALL file. (./configure; make; etc.)
+5. Proceed according to the INSTALL file. (./configure; make; etc.)
NOTE: The following are known issues with PostgreSQL on Windows:
@@ -40,4 +36,4 @@ NOTE: The following are known issues with PostgreSQL on Windows:
overflowing the listen() backlog queue which causes connection
refused errors.
-Problem reports can be sent to <pgsql-ports@postgresql.org>.
+Problem reports can be sent to <pgsql-cygwin@postgresql.org>.