|
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.297 2005/11/03 17:11:39 alvherre Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.298 2005/11/04 22:18:26 petere Exp $ |
14 | 14 | * |
15 | 15 | *-------------------------------------------------------------------- |
16 | 16 | */ |
@@ -466,7 +466,7 @@ static struct config_bool ConfigureNamesBool[] = |
466 | 466 | {"constraint_exclusion",PGC_USERSET,QUERY_TUNING_OTHER, |
467 | 467 | gettext_noop("Enables the planner to use constraints to limit table access."), |
468 | 468 | gettext_noop("This prevents table access if the table constraints " |
469 | | -"guarantee that table access is necessary.") |
| 469 | +"guarantee that table access isnotnecessary.") |
470 | 470 | }, |
471 | 471 | &constraint_exclusion, |
472 | 472 | false,NULL,NULL |
|