On 03/29/15 17:35, Dimitry Sibiryakov wrote:
> 29.03.2015 16:31, Alex Peshkoff wrote:
>> The main problem I see in current code is that we already have a command:
>> grant usage on sequence gen_name to some_user;
>> but it does not affect user rights to access gen_name - generators may
>> be access
29.03.2015 16:31, Alex Peshkoff wrote:
> The main problem I see in current code is that we already have a command:
> grant usage on sequence gen_name to some_user;
> but it does not affect user rights to access gen_name - generators may
> be access with this command or without it (i.e. as it was be
On 03/29/15 17:19, Ann Harrison wrote:
>> On Mar 29, 2015, at 8:58 AM, Alex Peshkoff wrote:
>>
>> Currently access to sequences/generators and exceptions is not limited,
>> i.e. user not granted explicitly any rights can access sequences and
>> exceptions. I wonder - who added that privileges in s
> On Mar 29, 2015, at 8:58 AM, Alex Peshkoff wrote:
>
> Currently access to sequences/generators and exceptions is not limited,
> i.e. user not granted explicitly any rights can access sequences and
> exceptions. I wonder - who added that privileges in such way? Is it WIP
> or a bug that requ