postgresql.conf comparison

Postgres Parameter across Versions

Select a parameter to view the defaults across versions of PostgreSQL.

Latest version details

Category Vacuuming / Default Behavior
Variable type: bool
Short Description: Enables vacuum to truncate empty pages at the end of the table.

Value History

10 11 12 13 14 15 16 17 18
name
vacuum_truncate on

Vartype History

10 11 12 13 14 15 16 17 18
name
vacuum_truncate bool