pgsql: docs: Fix omissions related to configurable TOAST compression. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: docs: Fix omissions related to configurable TOAST compression.
Date
Msg-id E1lOLe4-0004gh-PU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
docs: Fix omissions related to configurable TOAST compression.

Previously, the default_toast_compression GUC was not documented,
and neither was pg_dump's new --no-toast-compression option.

Justin Pryzby and Robert Haas

Discussion: http://postgr.es/m/20210321235544.GD4203@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/24f0e395ac5892cd12e8914646fe921fac5ba23d

Modified Files
--------------
doc/src/sgml/config.sgml      | 22 ++++++++++++++++++++++
doc/src/sgml/ref/pg_dump.sgml | 12 ++++++++++++
2 files changed, 34 insertions(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode
Next
From: Robert Haas
Date:
Subject: pgsql: Error on invalid TOAST compression in CREATE or ALTER TABLE.