vs_edition_fix_v2.patch
application/octet-stream
Filename: vs_edition_fix_v2.patch
Type: application/octet-stream
Part: 0
Patch
Format: unified
Series: patch v2
| File | + | − |
|---|---|---|
| doc/src/sgml/install-windows.sgml | 4 | 5 |
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 0bbb314..c6e4afe 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -19,9 +19,8 @@ <para> There are several different ways of building PostgreSQL on <productname>Windows</productname>. The simplest way to build with - Microsoft tools is to install <productname>Visual Studio Express 2019 - for Windows Desktop</productname> and use the included - compiler. It is also possible to build with the full + Microsoft tools is to install <productname>Visual Studio 2019</productname> + and use the included compiler. It is also possible to build with the full <productname>Microsoft Visual C++ 2013 to 2019</productname>. In some cases that requires the installation of the <productname>Windows SDK</productname> in addition to the compiler. @@ -69,8 +68,8 @@ <productname>Visual Studio Express</productname> or some versions of the <productname>Microsoft Windows SDK</productname>. If you do not already have a <productname>Visual Studio</productname> environment set up, the easiest - ways are to use the compilers from <productname>Visual Studio Express 2019 - for Windows Desktop</productname> or those in the <productname>Windows SDK + ways are to use the compilers from <productname>Visual Studio 2019</productname> + or those in the <productname>Windows SDK 10</productname>, which are both free downloads from Microsoft. </para>