File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
11
*
12
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.298 2005/11/04 22:18:26 petere Exp $
13
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.299 2005/11/04 23:50:30 tgl Exp $
14
14
*
15
15
*--------------------------------------------------------------------
16
16
*/
@@ -464,9 +464,9 @@ static struct config_bool ConfigureNamesBool[] =
464
464
},
465
465
{
466
466
{"constraint_exclusion" , PGC_USERSET , QUERY_TUNING_OTHER ,
467
- gettext_noop ("Enables the planner to use constraints to limit table access ." ),
468
- gettext_noop ("This prevents table access if the table constraints "
469
- "guarantee that table access is not necessary ." )
467
+ gettext_noop ("Enables the planner to use constraints to optimize queries ." ),
468
+ gettext_noop ("Child table scans will be skipped if their "
469
+ "constraints guarantee that no rows match the query ." )
470
470
},
471
471
& constraint_exclusion ,
472
472
false, NULL , NULL
You can’t perform that action at this time.
0 commit comments