From: Michael Paquier Date: Mon, 15 May 2023 07:02:07 +0000 (+0900) Subject: doc: Fix incorrect version list for Windows SDK X-Git-Tag: REL_16_BETA1~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=08c45ae235660844167de8730da908d351f4352d;p=thirdparty%2Fpostgresql.git doc: Fix incorrect version list for Windows SDK References to SDK 8.1a should have been cleaned up in 495ed0e, as only version 10 and above are supported with Windows 10 and newer versions. Reported-by: Thomas Munro Discussion: https://postgr.es/m/CA+hUKG++qE9uVjQaTTD7oaC8a2T3h8K50=Eqyx9uUZvOHa__ww@mail.gmail.com --- diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index cbc70a039c2..379a2ea80ba 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -79,9 +79,9 @@ 32-bit PostgreSQL builds are possible with Visual Studio 2015 to Visual Studio 2022, - as well as standalone Windows SDK releases 8.1a to 10. + as well as standalone Windows SDK releases 10 and above. 64-bit PostgreSQL builds are supported with - Microsoft Windows SDK version 8.1a to 10 or + Microsoft Windows SDK version 10 and above or Visual Studio 2015 and above.