diff options
author | Bruce Momjian | 2004-10-14 22:24:53 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-10-14 22:24:53 +0000 |
commit | 293a27193e8f9d5a61349293d6b2f4999dff1631 (patch) | |
tree | 498f5ddbb74856f9b6a54ba8d1c639094749bdf2 | |
parent | 19d97fb3fd1ccb7ec87eff9f26683885b5b483e9 (diff) |
Update Win32 fAQ.
-rw-r--r-- | doc/FAQ_MINGW | 7 | ||||
-rw-r--r-- | doc/src/FAQ/FAQ_MINGW.html | 8 |
2 files changed, 11 insertions, 4 deletions
diff --git a/doc/FAQ_MINGW b/doc/FAQ_MINGW index c08efe02a9f..d8889cfa64c 100644 --- a/doc/FAQ_MINGW +++ b/doc/FAQ_MINGW @@ -1,13 +1,16 @@ - PostgreSQL Native Win32 FAQ Using MinGW + Compiling PostgreSQL On Native Win32 FAQ Using MinGW - Last updated: Fri Oct 8 12:47:37 EDT 2004 + Last updated: Thu Oct 14 18:22:57 EDT 2004 Current maintainer: Bruce Momjian ([email protected]) The most recent version of this document can be viewed at http://momjian.postgresql.org/main/writings/pgsql/project/win32.html. + The FAQ for running PostgreSQL on native Win32 is at + http://pginstaller.projects.postgresql.org/FAQ_windows.html. + The native Win32 port is built from source using MinGW tools. There is also a precompiled binary installer called pginstaller which you can download from http://pgfoundry.org/projects/pginstaller. It is a diff --git a/doc/src/FAQ/FAQ_MINGW.html b/doc/src/FAQ/FAQ_MINGW.html index d38b7fafb29..73090953791 100644 --- a/doc/src/FAQ/FAQ_MINGW.html +++ b/doc/src/FAQ/FAQ_MINGW.html @@ -6,9 +6,9 @@ <title>PostgreSQL Native Win32 Status Report</title> </head> <body> -<h1 style="text-align: center;">PostgreSQL Native Win32 FAQ Using MinGW<br> +<h1 style="text-align: center;">Compiling PostgreSQL On Native Win32 FAQ Using MinGW<br> </h1> -<P>Last updated: Fri Oct 8 12:47:37 EDT 2004</P> +<P>Last updated: Thu Oct 14 18:22:57 EDT 2004</P> <P>Current maintainer: Bruce Momjian (<A href= "mailto:[email protected]">[email protected]</A>)<BR> </P> @@ -17,6 +17,10 @@ "http://momjian.postgresql.org/main/writings/pgsql/project/win32.html"> http://momjian.postgresql.org/main/writings/pgsql/project/win32.html</A>.</P> +<P>The FAQ for running PostgreSQL on native Win32 is at <A href= +"http://pginstaller.projects.postgresql.org/FAQ_windows.html"> +http://pginstaller.projects.postgresql.org/FAQ_windows.html</A>.</P> + <p>The native Win32 port is built from source using MinGW tools. There is also a precompiled binary installer called <span style="font-style: italic;">pginstaller</span> which you can download |