summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlvaro Herrera2022-04-21 17:12:21 +0000
committerAlvaro Herrera2022-04-21 17:12:21 +0000
commit586955dddecc95e0003262a3954ae83b68ce0372 (patch)
tree9d889e9d6a39cda6e68284aa70cda597d66ca7e6
parentbb85eec6fe9178aa849b43414f2db440bb5edfbd (diff)
Standardize references to Zstandard as <productname>
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
-rw-r--r--doc/src/sgml/install-windows.sgml6
-rw-r--r--doc/src/sgml/installation.sgml4
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml
index 43cc5f6f5b2..bcfd5a1a106 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -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>
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index df32025a86f..c5850780291 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -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>