diff options
author | Bruce Momjian | 2001-10-25 16:20:51 +0000 |
---|---|---|
committer | Bruce Momjian | 2001-10-25 16:20:51 +0000 |
commit | b6b028c7b7431f957878532f1032cb2cc29ee290 (patch) | |
tree | 94fa9870a729171d806e8ed184ae88434ab50f05 /doc/FAQ_MSWIN | |
parent | a0cd991987bd23d79d5d273e7712afe40dba554b (diff) |
Remove <> from FAQ_MSWIN, for Vince.
Diffstat (limited to 'doc/FAQ_MSWIN')
-rw-r--r-- | doc/FAQ_MSWIN | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/FAQ_MSWIN b/doc/FAQ_MSWIN index 7a2876ce72f..93c39d1a33c 100644 --- a/doc/FAQ_MSWIN +++ b/doc/FAQ_MSWIN @@ -1,11 +1,11 @@ How to install PostgreSQL on Windows NT or Windows 2000 ======================================================= -$Date: 2001/05/11 22:27:12 $ +$Date: 2001/10/25 16:20:51 $ 1. Install the Cygwin package. 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. It is available at http://sources.redhat.com/cygwin/. At the time of this writing, it is recommended to use either version 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 @@ -13,7 +13,7 @@ $Date: 2001/05/11 22:27:12 $ extra efforts. 2. Install the 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. 3. The Cygwin bin directory has to be placed in the path before the @@ -36,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-cygwin@postgresql.org>. +Problem reports can be sent to pgsql-cygwin@postgresql.org. |