diff --git a/doc/src/sgml/ref/create_table.sgml b/doc/src/sgml/ref/create_table.sgml index fac7e1ec5e..a2d0b0cbe1 100644 --- a/doc/src/sgml/ref/create_table.sgml +++ b/doc/src/sgml/ref/create_table.sgml @@ -1009,9 +1009,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI Custom parameter. Note that autovacuum will ignore attempts to set a per-table autovacuum_freeze_max_age larger than the system-wide setting - (it can only be set smaller). Note that while you can set - autovacuum_freeze_max_age very small, or even zero, this is - usually unwise since it will force frequent vacuuming. + (it can only be set smaller). @@ -1045,10 +1043,7 @@ CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXI Custom parameter. Note that autovacuum will ignore attempts to set a per-table autovacuum_multixact_freeze_max_age larger than the - system-wide setting (it can only be set smaller). Note that while you - can set autovacuum_multixact_freeze_max_age very small, - or even zero, this is usually unwise since it will force frequent - vacuuming. + system-wide setting (it can only be set smaller).