From 694da1983e9569b2a2f96cd786ead6b8dba31f1d Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 19 May 2021 09:38:48 +0900 Subject: 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 | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/pg_dumpall.sgml b/doc/src/sgml/ref/pg_dumpall.sgml index 3c2f9c774f7..805c47d5c1e 100644 --- a/doc/src/sgml/ref/pg_dumpall.sgml +++ b/doc/src/sgml/ref/pg_dumpall.sgml @@ -458,6 +458,18 @@ PostgreSQL documentation + + + + + Do not output commands to set TOAST compression + methods. + With this option, all objects will be created using whichever + compression method is the default during restore. + + + + -- cgit v1.2.3