pgsql: doc: Fix some gaps with the documentation related to LZ4

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix some gaps with the documentation related to LZ4
Date: 2021-05-10 00:35:43
Message-ID: E1lfttf-0007Lv-OM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix some gaps with the documentation related to LZ4

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/YJaOZQDXBVySq+Cc@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/02a93e7ef9612788081ef07ea1bbd0a8cc99ae99

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 2 +-
doc/src/sgml/config.sgml | 6 +++---
doc/src/sgml/installation.sgml | 19 +++++++++++++++++++
3 files changed, 23 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2021-05-10 02:12:35 pgsql: Add more TAP tests for pg_dump with attribute compression
Previous Message Tom Lane 2021-05-09 23:33:58 pgsql: Improve comments about USE_VALGRIND in pg_config_manual.h.