Re: [GENERAL] Question about schema-level permissions

2012-05-10 Thread Mike Christensen
Excellent, thanks so much! Mike On Thu, May 10, 2012 at 9:38 PM, Christophe Pettus wrote: > > On May 10, 2012, at 9:16 PM, Mike Christensen wrote: >> Am I missing something?  Doesn't GRANT ALL mean that user can do >> anything they want with objects in that schema, including inserts? > > No, it

Re: [GENERAL] Question about schema-level permissions

2012-05-10 Thread Christophe Pettus
On May 10, 2012, at 9:16 PM, Mike Christensen wrote: > Am I missing something? Doesn't GRANT ALL mean that user can do > anything they want with objects in that schema, including inserts? No, it means that user has all privileges on *schema itself*; the objects inside of it have their own permi