Re: pgsql: Make all command-line options of postmaster and postgres the - Mailing list pgsql-committers

From Tom Lane
Subject Re: pgsql: Make all command-line options of postmaster and postgres the
Date
Msg-id 10471.1136510940@sss.pgh.pa.us
Whole thread Raw
In response to pgsql: Make all command-line options of postmaster and postgres the  (petere@postgresql.org (Peter Eisentraut))
List pgsql-committers
+     {
+         {"allow_system_table_mods", PGC_BACKEND, DEVELOPER_OPTIONS,
+          gettext_noop("Allows modifications of the structure of system tables."),
+          NULL,
+          GUC_NOT_IN_SAMPLE
+         },
+         &allowSystemTableMods,
+         false, NULL, NULL
+     },

Don't we need something to prevent non-superusers from setting this?
IIRC, PGC_BACKEND vars can be set via PGOPTIONS.

            regards, tom lane

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Convert Assert checking for empty page into a regular test and
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix broken markup.