diff options
author | Magnus Hagander <magnus@hagander.net> | 2011-05-30 20:46:14 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2011-05-30 20:46:14 +0200 |
commit | 2367da886d4ab903c7bf5037b363ca10489cdf85 (patch) | |
tree | c20ebf010941d5f14c0d7eab577f5c8acf9efe48 | |
parent | 5830f69665053f78cfd31e39f40bb23ad91748a8 (diff) | |
download | postgresql-2367da886d4ab903c7bf5037b363ca10489cdf85.tar.gz postgresql-2367da886d4ab903c7bf5037b363ca10489cdf85.zip |
Don't recommend upgrading to latest available Windows SDK
We only support up to version 7.0, so don't recommend
upgrading past it. The rest of the documentation around this
was already updated, but one spot was missed.
-rw-r--r-- | doc/src/sgml/install-windows.sgml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 3c9d90ef338..cb8bca9c631 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -150,9 +150,10 @@ $ENV{PATH}=$ENV{PATH} . ';c:\some\where\bison\bin'; <varlistentry> <term><productname>Microsoft Platform SDK</productname></term> <listitem><para> - It is recommended that you upgrade to the latest available version - of the <productname>Microsoft Platform SDK</productname>, available - for download from <ulink url="http://www.microsoft.com/downloads/"></>. + It is recommended that you upgrade to the latest supported version + of the <productname>Microsoft Platform SDK</productname> (currently + version 7.0), available for download from + <ulink url="http://www.microsoft.com/downloads/"></>. </para> <para> You must always include the |