pg_dumpall misses --no-toast-compression

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-17T01:12:26Z
Lists: pgsql-hackers

Attachments

Hi all,

I have bumped into $subject while playing with this feature, and this
can be really useful to be able to reset the compression method for
all the tables at restore.  The patch is simple but that's perhaps too
late for 14, so I am adding it to the next CF. 

Thanks,
--
Michael

Commits

  1. Add --no-toast-compression to pg_dumpall

  2. Allow configurable LZ4 TOAST compression.