Doc: Remove mention to "Visual Studio Express 2019"
authorMichael Paquier
Thu, 22 Aug 2019 00:59:16 +0000 (09:59 +0900)
committerMichael Paquier
Thu, 22 Aug 2019 00:59:16 +0000 (09:59 +0900)
The "Express" flavor of Visual Studio exists up to 2017, and the
documentation referred to "Express" for Visual Studio 2019.

Author: Takuma Hoshiai
Discussion: https://postgr.es/m/20190820120231.f905542e685140258ca73d82@sraoss.co.jp
Backpatch-through: 9.4

doc/src/sgml/install-windows.sgml

index 0bbb314c3b1e85debf65cf9e37e6fcb1f2fb82a0..42448e87054d758cd2c752b4eaf09e87d3d14295 100644 (file)
@@ -19,9 +19,8 @@
  
   There are several different ways of building PostgreSQL on
   Windows. The simplest way to build with
-  Microsoft tools is to install Visual Studio Express 2019
-  for Windows Desktop and use the included
-  compiler. It is also possible to build with the full
+  Microsoft tools is to install Visual Studio 2019
+  and use the included compiler. It is also possible to build with the full
   Microsoft Visual C++ 2013 to 2019.
   In some cases that requires the installation of the
   Windows SDK in addition to the compiler.
   Visual Studio Express or some versions of the
   Microsoft Windows SDK. If you do not already have a
   Visual Studio environment set up, the easiest
-  ways are to use the compilers from Visual Studio Express 2019
-  for Windows Desktop or those in the Windows SDK
-  10, which are both free downloads from Microsoft.
+  ways are to use the compilers from
+  Visual Studio 2019 or those in the
+  Windows SDK 10, which are both free downloads
+  from Microsoft.
  
 
  
   Both 32-bit and 64-bit builds are possible with the Microsoft Compiler suite.
   32-bit PostgreSQL builds are possible with
   Visual Studio 2013 to
-  Visual Studio 2019 (including Express editions),
+  Visual Studio 2019,
   as well as standalone Windows SDK releases 8.1a to 10.
   64-bit PostgreSQL builds are supported with
   Microsoft Windows SDK version 8.1a to 10 or