Re: RFD: schemas and different kinds of Postgres objects - Mailing list pgsql-hackers

From Zeugswetter Andreas SB SD
Subject Re: RFD: schemas and different kinds of Postgres objects
Date
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA42128E0@m0114.s-mxs.net
Whole thread Raw
In response to RFD: schemas and different kinds of Postgres objects  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
> > I am starting to see the advantages and like it. I also like the exact 
> > name "public" for the public schema.
> 
> I wonder if we should think about a 'group' area so people in a group
> can create things that others in the group can see, but not people
> outside the group.

A group simply chooses a special schema name for their group.

Maybe an extra in the ACL area so you can grant privs for a whole 
schema.

grant select on schema blabla to "JoeLuser"

Andreas


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Savepoints
Next
From: "Zeugswetter Andreas SB SD"
Date:
Subject: Re: Savepoints