From f88fff1e61414b99981fbdd1ab1ec44de31fc859 Mon Sep 17 00:00:00 2001
From: Bruce Momjian
The native Win32 port is built from source using MinGW tools.
There is also a precompiled binary installer called pginstaller which you can download
+ style="font-style: italic;">pginstaller which you can find at
from http://pgfoundry.org/projects/pginstaller.
-It is a fully native build and uses no additional software like MinGW.
+It is a fully native build and uses no additional software like MinGW.
+The ready-made instlaler files are available on the main PostgreSQL ftp servers
+in the binary/win32 directory.
+
The native Win32 port requires a 32-bit NT-based Microsoft
operating
system, like Windows NT 4, Windows 2000/2003, or Windows XP. (NT 4
-doesn't support tablespaces because it doesn't support the junction
-points needed for symlinks.) Earlier
+is no longer supported since version 8.2) Earlier
operating systems do not have sufficient infrastructure. Building the
port also
requires MinGW and Msys, which can be downloaded from configure.
Neither is required to run the resulting binaries; they are
-needed only for creating the binaries. We have no intention
-of supporting Visual C; their build environment is just too different
-from Unix, and maintenance of such a build environment would be too
-burdensome.
+needed only for creating the binaries. Work is in progress to support
+building using Visual C++ in a future version.