diff options
author | Noah Misch <noah@leadboat.com> | 2024-08-07 11:43:08 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2024-08-07 11:43:08 -0700 |
commit | e56ccc8e4204d9faf86f3bd2e435a0788b3d0429 (patch) | |
tree | 117bc81f2ecc822648503b3bbdf151d5f9467f11 /doc/src | |
parent | 8d148bb8b8529ed8edeee4332e8eb41bac0fc193 (diff) | |
download | postgresql-e56ccc8e4204d9faf86f3bd2e435a0788b3d0429.tar.gz postgresql-e56ccc8e4204d9faf86f3bd2e435a0788b3d0429.zip |
Fix names of "Visual Studio" and Meson in a documentation sentence.
Commit 3cffe7946c268be91a340ec9a27081cb93d67d35 missed this. Back-patch
to v17, which introduced this.
Discussion: https://postgr.es/m/CAJ7c6TM7ct0EjoCQaLSVYoxxnEw4xCUFebWj77GktWsqEdyCtQ@mail.gmail.com
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 8e132d4cf5d..a4f6d7a0d49 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -3740,8 +3740,8 @@ make: *** [postgres] Error 1 </para> <para> - PostgreSQL for Windows with Visual can be built using meson, as described - in <xref linkend="install-meson"/>. + PostgreSQL for Windows with Visual Studio can be built using Meson, as + described in <xref linkend="install-meson"/>. The native Windows port requires a 32 or 64-bit version of Windows 10 or later. </para> |