diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-12-11 22:48:08 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-12-11 22:48:08 +0000 |
commit | d94fa4183f9bf24078b59df2e6b255e511e601e9 (patch) | |
tree | 02b37d2cecd0fea7c9e80b56ff7f7ef2c3af377e /doc/FAQ_MINGW | |
parent | 3647ff3b3a3436ca67104a0a0f8f4b8c57b7f911 (diff) | |
download | postgresql-d94fa4183f9bf24078b59df2e6b255e511e601e9.tar.gz postgresql-d94fa4183f9bf24078b59df2e6b255e511e601e9.zip |
Backpatch FAQ entry for null concatenation.
Diffstat (limited to 'doc/FAQ_MINGW')
-rw-r--r-- | doc/FAQ_MINGW | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/FAQ_MINGW b/doc/FAQ_MINGW index 88e6d90850d..6a227978b79 100644 --- a/doc/FAQ_MINGW +++ b/doc/FAQ_MINGW @@ -8,14 +8,14 @@ The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.FAQ_MINGW.html. - The FAQ for running PostgreSQL on native Win32 is at - http://pginstaller.projects.postgresql.org/FAQ_windows.html. + The FAQ Running & Installing PostgreSQL On Native Windows is at + http://pginstaller.projects.postgresql.org/faq/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 find at from http://pgfoundry.org/projects/pginstaller. 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 + ready-made installer files are available on the main PostgreSQL ftp servers in the binary/win32 directory. Tools for Building Binaries |