Add --no-toast-compression to pg_dumpall
authorMichael Paquier <michael@paquier.xyz>
Wed, 19 May 2021 00:38:48 +0000 (09:38 +0900)
committerMichael Paquier <michael@paquier.xyz>
Wed, 19 May 2021 00:38:48 +0000 (09:38 +0900)
commit694da1983e9569b2a2f96cd786ead6b8dba31f1d
tree30fa67bdfae2bc824611406c1bfedc8b60102211
parent2e7c17837064297f25c427d58154dce8d4287302
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
doc/src/sgml/ref/pg_dumpall.sgml
src/bin/pg_dump/pg_dumpall.c