diff options
Diffstat (limited to 'doc/src/sgml/installation.sgml')
-rw-r--r-- | doc/src/sgml/installation.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 50d9fa20215..3c0aa118c76 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -268,6 +268,14 @@ su - postgres <listitem> <para> + You need <productname>LZ4</productname>, if you want to support + compression of data with this method; see + <xref linkend="guc-default-toast-compression"/>. + </para> + </listitem> + + <listitem> + <para> To build the <productname>PostgreSQL</productname> documentation, there is a separate set of requirements; see <xref linkend="docguide-toolsets"/>. @@ -967,6 +975,17 @@ build-postgresql: </varlistentry> <varlistentry> + <term><option>--with-lz4</option></term> + <listitem> + <para> + Build with <productname>LZ4</productname> compression support. + This allows the use of <productname>LZ4</productname> for + compression of table data. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term><option>--with-ssl=<replaceable>LIBRARY</replaceable></option> <indexterm> <primary>OpenSSL</primary> |