Re: allow_system_table_mods stuff

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: allow_system_table_mods stuff
Дата
Msg-id a7455db0-2fc0-4ddc-4d8f-e4c860957a34@2ndquadrant.com
обсуждение исходный текст
Ответ на allow_system_table_mods stuff  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: allow_system_table_mods stuff  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Here is a new patch after the discussion.

- Rename allow_system_table_mods to allow_system_table_ddl.

(This makes room for a new allow_system_table_dml, but it's not
implemented here.)

- Make allow_system_table_ddl SUSET.

- Add regression test.

- Remove the behavior that allow_system_table_mods allowed
non-superusers to do DML on catalog tables without further access checking.

I think there was general agreement on all these points.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Вложения

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

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: postgres_fdw: Minor improvement to postgresAcquireSampleRowsFunc
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: postgres_fdw: Minor improvement to postgresAcquireSampleRowsFunc