On 2022-Apr-19, Alvaro Herrera wrote: > I propose we standardize on <productname>Zstd</productname> everywhere. > Users can look it up if they're really interested.
So the attached. There are other uses of <literal>zstd</literal>, but those are referring to the executable program. -- Álvaro Herrera PostgreSQL Developer — https://www.EnterpriseDB.com/ "No necesitamos banderas No reconocemos fronteras" (Jorge González)
>From 256904cc5a8718ac081dbf51f6263ab022e503f6 Mon Sep 17 00:00:00 2001 From: Alvaro Herrera <alvhe...@alvh.no-ip.org> Date: Wed, 20 Apr 2022 23:26:28 +0200 Subject: [PATCH] Zstd --- doc/src/sgml/install-windows.sgml | 6 +++--- doc/src/sgml/installation.sgml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/install-windows.sgml b/doc/src/sgml/install-windows.sgml index 43cc5f6f5b..104670d295 100644 --- a/doc/src/sgml/install-windows.sgml +++ b/doc/src/sgml/install-windows.sgml @@ -307,9 +307,9 @@ $ENV{MSBFLAGS}="/m"; </varlistentry> <varlistentry> - <term><productname>ZSTD</productname></term> + <term><productname>Zstd</productname></term> <listitem><para> - Required for supporting <productname>ZSTD</productname> compression + Required for supporting <productname>Zstd</productname> compression method. Binaries and source can be downloaded from <ulink url="https://github.com/facebook/zstd/releases"></ulink>. </para></listitem> @@ -560,7 +560,7 @@ $ENV{PROVE_TESTS}='t/020*.pl t/010*.pl' <varlistentry> <term><varname>ZSTD</varname></term> <listitem><para> - Path to a <application>zstd</application> command. The default is + Path to a <application>Zstd</application> command. The default is <literal>zstd</literal>, which will search for a command by that name in the configured <envar>PATH</envar>. </para></listitem> diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index df32025a86..c60484e221 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>Zstd</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>Zstd</productname> compression support. </para> </listitem> </varlistentry> -- 2.30.2