pgsql: docs: Fix omissions related to configurable TOAST compression.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: docs: Fix omissions related to configurable TOAST compression.
Date: 2021-03-22 14:35:04
Message-ID: E1lOLe4-0004gh-PU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2021-03-22 15:01:34 pgsql: Error on invalid TOAST compression in CREATE or ALTER TABLE.
Previous Message Tom Lane 2021-03-22 14:33:22 Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode