View Single Post

  #5 (permalink)  
Old 11-04-2005
Matthijs Holter
 
Posts: n/a
Default Re: Granting rights on specific tuples?

"Christian Kirsch" <ck@bru6.de> skrev i melding
news:436a5192$0$21941$9b4e6d93@newsread2.arcor-online.net...
> Matthijs Holter wrote:
>> Hi!
>>
>> I'm setting up a multi-user system where I want different users to have
>> access to different tuples in the same schema. So that, for instance,
>> userA
>> and userB both have access to the schema "Cars (color, age)", but only
>> userA
>> has access to "car1 red 12" and userB has access to "car2 blue 1".
>>

>
> How's that supposed to work for tuples that don't exist yet?


I was thinking that when a tuple is created, it is assigned to an owner. So
when userB is logged in and creates a new tuple, only he can access it.

- Matthijs


Reply With Quote