pgsql: Add --no-toast-compression to pg_dumpall

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add --no-toast-compression to pg_dumpall
Date: 2021-05-19 00:41:07
Message-ID: E1ljAGp-00052Y-1E@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add --no-toast-compression to pg_dumpall

This is an oversight from bbe0a81d, where the equivalent option exists
in pg_dump. This is useful to be able to reset the compression methods
cluster-wide when restoring the data based on default_toast_compression.

Reviewed-by: Daniel Gustafsson, Tom Lane
Discussion: https://postgr.es/m/YKHC+qCJvzCRVCpY@paquier.xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/694da1983e9569b2a2f96cd786ead6b8dba31f1d

Modified Files
--------------
doc/src/sgml/ref/pg_dumpall.sgml | 12 ++++++++++++
src/bin/pg_dump/pg_dumpall.c | 5 +++++
2 files changed, 17 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2021-05-19 02:39:23 pgsql: Fix issues in pg_stat_wal.
Previous Message noreply 2021-05-18 22:10:45 pgsql: Tag refs/tags/REL_14_BETA1 was created