Re: alter user set local_preload_libraries.

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: alter user set local_preload_libraries.
Дата
Msg-id 5458FD2B.5000504@gmx.net
обсуждение исходный текст
Ответ на Re: alter user set local_preload_libraries.  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: alter user set local_preload_libraries.  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: alter user set local_preload_libraries.  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
On 10/9/14 1:58 PM, Fujii Masao wrote:
> Also I think that it's useful to allow ALTER ROLE/DATABASE SET to
> set PGC_BACKEND and PGC_SU_BACKEND parameters. So, what
> about applying the attached patch? This patch allows that and
> changes the context of session_preload_libraries to PGC_SU_BACKEND.

After looking through this again, I wonder whether there is any reason
why ignore_system_indexes cannot be plain PGC_USERSET.  With this
change, we'd allow setting it via ALTER ROLE, but the access to
pg_db_role_setting happens before it.  So if there is anything unsafe
about changing ignore_system_indexes, then this would be a problem, but
I don't see anything.




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

Предыдущее
От: Marc Munro
Дата:
Сообщение: Re: [BUGS] BUG #11867: Strange behaviour with composite types after resetting database tablespace
Следующее
От: Kevin Wooten
Дата:
Сообщение: Re: [JDBC] Pipelining executions to postgresql server