endterm="sql-createindex-title">. The storage parameters currently
- available for tables are listed below. For each parameter, there is an
- additional, identically named parameter, prefixed with
+ available for tables are listed below. For each parameter, unless noted,
+ there is an additional, identically named parameter, prefixed with
toast. which can be used to control the behavior of the
supplementary storage table, if any; see .
Note that the supplementary storage table inherits the
- fillfactor>, toast.fillfactor (integer>)
+ fillfactor> (integer>)
The fillfactor for a table is a percentage between 10 and 100.
original, which is more efficient than placing it on a different page.
For a table whose entries are never updated, complete packing is the
best choice, but in heavily updated tables smaller fillfactors are
- appropriate.
+ appropriate. This parameter cannot be set for the supplementary
+ storage table.
- autovacuum_freeze_table_age (integer)
+ autovacuum_freeze_table_age, toast.autovacuum_freeze_table_age (integer)
Custom parameter.