The upstream project is officially named "LZ4", and the documentation
was confused with the option value that can be used with DDLs supporting
this option, and the project name.
Documentation related to the configure option --with-lz4 was missing, so
add something for that.
Author: Dilip Kumar, Michael Paquier
Reviewed-by: Justin Pryzby
Discussion: https://postgr.es/m/
[email protected]
The current compression method of the column. If it is an invalid
compression method ('\0' ) then column data will not
be compressed. Otherwise, 'p' = pglz compression or
- 'l' = lz4 compression.
CREATE TABLE statement can override this default
by specifying the COMPRESSION column option.
- The supported compression methods are pglz and
- (if configured at the time
PostgreSQL was
- built) lz4 .
+ The supported compression methods are pglz and,
+ if
PostgreSQL was compiled with
+ --with-lz4 , lz4 .
The default is pglz .
+
+ You need
LZ4 , if you want to support
+ compression of data with this method; see
+ .
+
+
+
To build the
PostgreSQL documentation,
+
+ --with-lz4
+
+ Build with
LZ4 compression support.
+ This allows the use of
LZ4 for
+ compression of table data.
+
+
+
+
--with-ssl=LIBRARY