Group: pgsql.admin


Subject: Schema security
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 12/13/2007 12:35:42 AM
Paul Lambert <paul.lambert@reynolds.com.au> writes: > I would have thought giving the user all privileges on a schema would by > default add them to all objects within it, Why would you think that? The analogy to think about is that usage privilege on a schema is comparable to read access on a directory. That doesn't necessarily give you access to any single file in the directory --- but lack of it does ensure you cannot get to those files. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate