Re: pg_dumpall misses --no-toast-compression
Dilip Kumar <dilipbalaut@gmail.com>
From: Dilip Kumar <dilipbalaut@gmail.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-05-17T05:50:12Z
Lists: pgsql-hackers
On Mon, May 17, 2021 at 6:42 AM Michael Paquier <michael@paquier.xyz> wrote: > > 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. This makes sense The patch is simple but that's perhaps too > late for 14, so I am adding it to the next CF. +1 -- Regards, Dilip Kumar EnterpriseDB: http://www.enterprisedb.com
Commits
-
Add --no-toast-compression to pg_dumpall
- 694da1983e95 14.0 landed
-
Allow configurable LZ4 TOAST compression.
- bbe0a81db69b 14.0 cited