Previously, the default_toast_compression GUC was not documented,
and neither was pg_dump's new --no-toast-compression option.
Justin Pryzby and Robert Haas
Discussion: http://postgr.es/m/
20210321235544[email protected]
+
+ default_toast_compression (string)
+
+
default_toast_compression configuration parameter
+
+
+
+ This variable sets the default
+ TOAST
+ compression method for columns of newly-created tables. The
+ CREATE TABLE statement can override this default
+ by specifying the COMPRESSION column option.
+
+ The supported compression methods are pglz and
+ (if configured at the time
PostgreSQL was
+ built) lz4.
+ The default is pglz.
+
+
+
+
default_tablespace (string)
+
+
+
+ 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.
+
+
+
+