Standardize references to Zstandard as <productname>
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 21 Apr 2022 17:12:21 +0000 (19:12 +0200)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
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.GT26620@telsasoft.com

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

index 43cc5f6f5b22af85fc12ffb4e721b2b34c5eca57..bcfd5a1a106e5404052df03c11ab3285b4142e2e 100644 (file)
@@ -307,10 +307,10 @@ $ENV{MSBFLAGS}="/m";
     </varlistentry>
 
     <varlistentry>
-     <term><productname>ZSTD</productname></term>
+     <term><productname>Zstandard</productname></term>
      <listitem><para>
-      Required for supporting <productname>ZSTD</productname> compression
-      method. Binaries and source can be downloaded from
+      Required for supporting <productname>Zstandard</productname> compression.
+      Binaries and source can be downloaded from
       <ulink url="https://github.com/facebook/zstd/releases"></ulink>.
      </para></listitem>
     </varlistentry>
index df32025a86f708dcc676684a8642b96db7e66b53..c5850780291310e650f2c1b2c60f5900c543b1ec 100644 (file)
@@ -273,7 +273,7 @@ su - postgres
 
     <listitem>
      <para>
-      You need <productname>zstd</productname>, if you want to support
+      You need <productname>Zstandard</productname>, if you want to support
       compression of data with that method; see
       <xref linkend="guc-wal-compression"/>.
       The minimum required version is 1.4.0.
@@ -996,7 +996,7 @@ build-postgresql:
        <term><option>--with-zstd</option></term>
        <listitem>
         <para>
-         Build with <productname>ZSTD</productname> compression support.
+         Build with <productname>Zstandard</productname> compression support.
         </para>
        </listitem>
       </varlistentry>