aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2001-05-11 22:27:12 +0000
committerPeter Eisentraut <peter_e@gmx.net>2001-05-11 22:27:12 +0000
commit7a76e29b0e08c9c3dd50681021c9b1a1bd4b8545 (patch)
treeab43b7bd451c5d77694c32635b2e9f26a24f8591
parent0ad9abe72e9cd1eb3fa7346fca61f5cdda5e659b (diff)
downloadpostgresql-7a76e29b0e08c9c3dd50681021c9b1a1bd4b8545.tar.gz
postgresql-7a76e29b0e08c9c3dd50681021c9b1a1bd4b8545.zip
no more Andy Piper tools
-rw-r--r--doc/FAQ_MSWIN12
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/FAQ_MSWIN b/doc/FAQ_MSWIN
index 17549543ae8..7a2876ce72f 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/05/07 16:02:38 $
+$Date: 2001/05/11 22:27:12 $
1. Install the Cygwin package.
@@ -16,20 +16,16 @@ $Date: 2001/05/07 16:02:38 $
<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: