pgsql: Fix name of "Visual Studio" in documentation.

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix name of "Visual Studio" in documentation.
Date: 2024-08-02 19:51:01
Message-ID: E1sZyIn-002OI2-Tp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix name of "Visual Studio" in documentation.

Back-patch to v17, which introduced this.

Aleksander Alekseev

Discussion: https://postgr.es/m/CAJ7c6TM7ct0EjoCQaLSVYoxxnEw4xCUFebWj77GktWsqEdyCtQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3cffe7946c268be91a340ec9a27081cb93d67d35

Modified Files
--------------
doc/src/sgml/installation.sgml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Jeff Davis 2024-08-02 19:53:09 pgsql: Small refactoring around ExecCreateTableAs().
Previous Message Alexander Korotkov 2024-08-02 18:22:21 pgsql: Implement pg_wal_replay_wait() stored procedure