},
{
{"constraint_exclusion", PGC_USERSET, QUERY_TUNING_OTHER,
- gettext_noop("Enables the planner to use constraints to limit table access."),
- gettext_noop("This prevents table access if the table constraints "
- "guarantee that table access is not necessary.")
+ gettext_noop("Enables the planner to use constraints to optimize queries."),
+ gettext_noop("Child table scans will be skipped if their "
+ "constraints guarantee that no rows match the query.")
},
&constraint_exclusion,
false, NULL, NULL