|
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.308 2006/01/08 21:24:36 tgl Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.309 2006/01/09 10:05:31 petere Exp $ |
14 | 14 | * |
15 | 15 | *-------------------------------------------------------------------- |
16 | 16 | */ |
@@ -983,7 +983,7 @@ static struct config_bool ConfigureNamesBool[] = |
983 | 983 | }, |
984 | 984 |
|
985 | 985 | { |
986 | | -{"allow_system_table_mods",PGC_BACKEND,DEVELOPER_OPTIONS, |
| 986 | +{"allow_system_table_mods",PGC_POSTMASTER,DEVELOPER_OPTIONS, |
987 | 987 | gettext_noop("Allows modifications of the structure of system tables."), |
988 | 988 | NULL, |
989 | 989 | GUC_NOT_IN_SAMPLE |
|