pgsql: Remove any-user DML capability from allow_system_table_mods

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Remove any-user DML capability from allow_system_table_mods
Дата
Msg-id E1iacW7-0003h2-4w@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove any-user DML capability from allow_system_table_mods

Previously, allow_system_table_mods allowed a non-superuser to do DML
on a system table without further permission checks.  This has been
removed, as it was quite inconsistent with the rest of the meaning of
this setting.  (Since allow_system_table_mods was previously only
accessible with a server restart, it is unlikely that anyone was using
this possibility.)

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://www.postgresql.org/message-id/flat/8b00ea5e-28a7-88ba-e848-21528b632354%402ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/508bf95b767140ec1a339bcb53538d21deb9d995

Modified Files
--------------
src/backend/catalog/aclchk.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add error position to an error message
Следующее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Add tests for '-f' option in dropdb utility.