Standardize references to Zstandard as
authorAlvaro Herrera
Thu, 21 Apr 2022 17:12:21 +0000 (19:12 +0200)
committerAlvaro Herrera
Thu, 21 Apr 2022 17:12:21 +0000 (19:12 +0200)
Some places used ZSTD, which isn't widely used anywhere.  Use ZSTD only
to refer to the environment variable; use zstd (all lowercase) to refer
to the utility.

Per complaint from Justin Pryzby.

Discussion: https://postgr.es/m/20220414003301[email protected]

doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml

index 43cc5f6f5b22af85fc12ffb4e721b2b34c5eca57..bcfd5a1a106e5404052df03c11ab3285b4142e2e 100644 (file)
@@ -307,10 +307,10 @@ $ENV{MSBFLAGS}="/m";
     
 
     
-     ZSTD
+     Zstandard
      
-      Required for supporting ZSTD compression
-      method. Binaries and source can be downloaded from
+      Required for supporting Zstandard compression.
+      Binaries and source can be downloaded from
       .
      
     
index df32025a86f708dcc676684a8642b96db7e66b53..c5850780291310e650f2c1b2c60f5900c543b1ec 100644 (file)
@@ -273,7 +273,7 @@ su - postgres
 
     
      
-      You need zstd, if you want to support
+      You need Zstandard, if you want to support
       compression of data with that method; see
       .
       The minimum required version is 1.4.0.
@@ -996,7 +996,7 @@ build-postgresql:
        
        
         
-         Build with ZSTD compression support.
+         Build with Zstandard compression support.