Subject | RE: [Firebird-Architect] NOT UPDATABLE fields |
---|---|
Author | Claudio Valderrama C. |
Post date | 2005-02-25T04:46:32Z |
Adriano dos Santos Fernandes wrote:
associated with UPDATE and REFERENCES. Isn't this what you are looking for?
create role cat;
grant update(a) on t to role cat;
Fields not specified can't be updated by users that attached to the db with
role cat.
C.
>> Adriano,Currently, we only support a specific list of fields in grants statements
>>
>> Do you meant that the value should be only provided on insert, and
>> no update be allowed ?
>>
>>
> Yes and the value should be updatable in "on insert triggers".
> But not with UPDATE statement and in "on update triggers".
associated with UPDATE and REFERENCES. Isn't this what you are looking for?
create role cat;
grant update(a) on t to role cat;
Fields not specified can't be updated by users that attached to the db with
role cat.
C.