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
- dumpall-compression.patch (text/x-diff) patch
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
-
Add --no-toast-compression to pg_dumpall
- 694da1983e95 14.0 landed
-
Allow configurable LZ4 TOAST compression.
- bbe0a81db69b 14.0 cited