AW: AW: Big 7.1 open items - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: AW: Big 7.1 open items
Date
Msg-id 219F68D65015D011A8E000006F8590C605BA59AB@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
> > As I said in another posting a user does not need to exist
> > for each schema. The dba can create objects under any 
> > schema name.
> >
> 
> Sorry for my poor understanding.
> What I meant was that SQL92 allows the following.
> 
>     schema        owner
>     ---------------------------
>     schema1    user1
>     schema2    user1
>     schema3    user2
>     schema4    user3
>     schema5    user3
>     schema6    user3
> 
> Is my understaning same as yours ?

Yes, this is how I read the spec 99. Also:schema1    user1schema1    user2

I doubt that this really buys any features that a simple grant cannot give.
I mean, if a user creates an object with a schema name that is different 
from his user name we could simply grant him all rights on this object
(if he isn't dba).

Andreas


pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: Misc. consequences of backend memory management changes
Next
From: Philip Warner
Date:
Subject: Re: AW: Proposal: More flexible backup/restore via pg_dump