proposal: only superuser can change customized_options

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема proposal: only superuser can change customized_options
Дата
Msg-id BAY20-F22D930147283BB77FE34D1F99B0@phx.gbl
обсуждение исходный текст
Ответы Re: proposal: only superuser can change customized_options
Список pgsql-hackers
Hello

I want to use custmized option for security configuration one contrib 
library. Currently customized options are usable only for default 
configuration, because everybody can change it. It is substitution of global 
variables.

Decision if option is protected or not can be based on name of option. Like:

customized_option = (utl_file)

utl_file.protected.dir = '/aaa:/bbb'  .. can be modified by superuser
utl_file.readonly.dir = '/aaa:/mm' .. nobody can modify it

Regards
Pavel Stehule

_________________________________________________________________
Najdete si svou lasku a nove pratele na Match.com. http://www.msn.cz/



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

Предыдущее
От: Kate F
Дата:
Сообщение: Re: Function proposal to find the type of a datum
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Function proposal to find the type of a datum