*** a/doc/src/sgml/ref/create_table.sgml --- b/doc/src/sgml/ref/create_table.sgml *************** *** 1316,1323 **** WITH ( MODULUS numeric_literal, REM ! ! fillfactor (integer) The fillfactor for a table is a percentage between 10 and 100. --- 1316,1327 ---- ! ! fillfactor (integer) ! ! fillfactor configuration parameter ! ! The fillfactor for a table is a percentage between 10 and 100. *************** *** 1334,1341 **** WITH ( MODULUS numeric_literal, REM ! ! toast_tuple_target (integer) The toast_tuple_target specifies the minimum tuple length required before --- 1338,1349 ---- ! ! toast_tuple_target (integer) ! ! toast_tuple_target configuration parameter ! ! The toast_tuple_target specifies the minimum tuple length required before *************** *** 1355,1362 **** WITH ( MODULUS numeric_literal, REM ! ! parallel_workers (integer) This sets the number of workers that should be used to assist a parallel --- 1363,1374 ---- ! ! parallel_workers (integer) ! ! parallel_workers configuration parameter ! ! This sets the number of workers that should be used to assist a parallel *************** *** 1368,1375 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_enabled, toast.autovacuum_enabled (boolean) Enables or disables the autovacuum daemon for a particular table. --- 1380,1391 ---- ! ! autovacuum_enabled, toast.autovacuum_enabled (boolean) ! ! autovacuum_enabled configuration parameter ! ! Enables or disables the autovacuum daemon for a particular table. *************** *** 1389,1396 **** WITH ( MODULUS numeric_literal, REM ! ! vacuum_index_cleanup (boolean) Enables or disables index cleanup when VACUUM is --- 1405,1416 ---- ! ! vacuum_index_cleanup (boolean) ! ! vacuum_index_cleanup configuration parameter ! ! Enables or disables index cleanup when VACUUM is *************** *** 1404,1411 **** WITH ( MODULUS numeric_literal, REM ! ! vacuum_truncate, toast.vacuum_truncate (boolean) Enables or disables vacuum to try to truncate off any empty pages --- 1424,1435 ---- ! ! vacuum_truncate, toast.vacuum_truncate (boolean) ! ! vacuum_truncate configuration parameter ! ! Enables or disables vacuum to try to truncate off any empty pages *************** *** 1419,1426 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_threshold, toast.autovacuum_vacuum_threshold (integer) Per-table value for --- 1443,1454 ---- ! ! autovacuum_vacuum_threshold, toast.autovacuum_vacuum_threshold (integer) ! ! autovacuum_vacuum_threshold configuration parameter ! ! Per-table value for *************** *** 1429,1436 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (float4) Per-table value for --- 1457,1468 ---- ! ! autovacuum_vacuum_scale_factor, toast.autovacuum_vacuum_scale_factor (float4) ! ! autovacuum_vacuum_scale_factor configuration parameter ! ! Per-table value for *************** *** 1439,1446 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_analyze_threshold (integer) Per-table value for --- 1471,1482 ---- ! ! autovacuum_analyze_threshold (integer) ! ! autovacuum_analyze_threshold configuration parameter ! ! Per-table value for *************** *** 1449,1456 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_analyze_scale_factor (float4) Per-table value for --- 1485,1496 ---- ! ! autovacuum_analyze_scale_factor (float4) ! ! autovacuum_analyze_scale_factor configuration parameter ! ! Per-table value for *************** *** 1459,1466 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_cost_delay, toast.autovacuum_vacuum_cost_delay (floating point) Per-table value for --- 1499,1510 ---- ! ! autovacuum_vacuum_cost_delay, toast.autovacuum_vacuum_cost_delay (floating point) ! ! autovacuum_vacuum_cost_delay configuration parameter ! ! Per-table value for *************** *** 1469,1476 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_vacuum_cost_limit, toast.autovacuum_vacuum_cost_limit (integer) Per-table value for --- 1513,1524 ---- ! ! autovacuum_vacuum_cost_limit, toast.autovacuum_vacuum_cost_limit (integer) ! ! autovacuum_vacuum_cost_limit configuration parameter ! ! Per-table value for *************** *** 1479,1486 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_freeze_min_age, toast.autovacuum_freeze_min_age (integer) Per-table value for --- 1527,1538 ---- ! ! autovacuum_freeze_min_age, toast.autovacuum_freeze_min_age (integer) ! ! autovacuum_freeze_min_age configuration parameter ! ! Per-table value for *************** *** 1492,1499 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_freeze_max_age, toast.autovacuum_freeze_max_age (integer) Per-table value for --- 1544,1555 ---- ! ! autovacuum_freeze_max_age, toast.autovacuum_freeze_max_age (integer) ! ! autovacuum_freeze_max_age configuration parameter ! ! Per-table value for *************** *** 1504,1511 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_freeze_table_age, toast.autovacuum_freeze_table_age (integer) Per-table value for --- 1560,1571 ---- ! ! autovacuum_freeze_table_age, toast.autovacuum_freeze_table_age (integer) ! ! autovacuum_freeze_table_age configuration parameter ! ! Per-table value for *************** *** 1514,1521 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_multixact_freeze_min_age, toast.autovacuum_multixact_freeze_min_age (integer) Per-table value for --- 1574,1585 ---- ! ! autovacuum_multixact_freeze_min_age, toast.autovacuum_multixact_freeze_min_age (integer) ! ! autovacuum_multixact_freeze_min_age configuration parameter ! ! Per-table value for *************** *** 1528,1535 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_multixact_freeze_max_age, toast.autovacuum_multixact_freeze_max_age (integer) Per-table value --- 1592,1603 ---- ! ! autovacuum_multixact_freeze_max_age, toast.autovacuum_multixact_freeze_max_age (integer) ! ! autovacuum_multixact_freeze_max_age configuration parameter ! ! Per-table value *************** *** 1542,1549 **** WITH ( MODULUS numeric_literal, REM ! ! autovacuum_multixact_freeze_table_age, toast.autovacuum_multixact_freeze_table_age (integer) Per-table value --- 1610,1621 ---- ! ! autovacuum_multixact_freeze_table_age, toast.autovacuum_multixact_freeze_table_age (integer) ! ! autovacuum_multixact_freeze_table_age configuration parameter ! ! Per-table value *************** *** 1552,1559 **** WITH ( MODULUS numeric_literal, REM ! ! log_autovacuum_min_duration, toast.log_autovacuum_min_duration (integer) Per-table value for --- 1624,1635 ---- ! ! log_autovacuum_min_duration, toast.log_autovacuum_min_duration (integer) ! ! log_autovacuum_min_duration configuration parameter ! ! Per-table value for *************** *** 1562,1569 **** WITH ( MODULUS numeric_literal, REM ! ! user_catalog_table (boolean) Declare the table as an additional catalog table for purposes of --- 1638,1649 ---- ! ! user_catalog_table (boolean) ! ! user_catalog_table configuration parameter ! ! Declare the table as an additional catalog table for purposes of