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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Make all command-line options of postmaster and postgres the
Дата
Msg-id 10471.1136510940@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Make all command-line options of postmaster and postgres the  (petere@postgresql.org (Peter Eisentraut))
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Convert Assert checking for empty page into a regular test and
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Fix broken markup.