proposal: only superuser can change customized_options

From: "Pavel Stehule" <pavel(dot)stehule(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: proposal: only superuser can change customized_options
Date: 2007-02-02 16:33:31
Message-ID: BAY20-F22D930147283BB77FE34D1F99B0@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-02-02 16:37:13 Re: Function proposal to find the type of a datum
Previous Message Kate F 2007-02-02 16:32:44 Re: Function proposal to find the type of a datum