mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
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
This commit is contained in:
@ -458,6 +458,18 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--no-toast-compression</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Do not output commands to set <acronym>TOAST</acronym> compression
|
||||
methods.
|
||||
With this option, all objects will be created using whichever
|
||||
compression method is the default during restore.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--no-unlogged-table-data</option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user