We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8d838 commit 894829aCopy full SHA for 894829a
src/backend/utils/misc/guc.c
@@ -10,7 +10,7 @@
10
* Written by Peter Eisentraut <peter_e@gmx.net>.
11
*
12
* IDENTIFICATION
13
- * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.308 2006/01/08 21:24:36 tgl Exp $
+ * $PostgreSQL: pgsql/src/backend/utils/misc/guc.c,v 1.309 2006/01/09 10:05:31 petere Exp $
14
15
*--------------------------------------------------------------------
16
*/
@@ -983,7 +983,7 @@ static struct config_bool ConfigureNamesBool[] =
983
},
984
985
{
986
- {"allow_system_table_mods", PGC_BACKEND, DEVELOPER_OPTIONS,
+ {"allow_system_table_mods", PGC_POSTMASTER, DEVELOPER_OPTIONS,
987
gettext_noop("Allows modifications of the structure of system tables."),
988
NULL,
989
GUC_NOT_IN_SAMPLE
0 commit comments