[GENERAL] Separating function privileges from tables

2007-05-03 Thread Barry Brown
Hi all, It's nice that privileges on views are separate from the privileges on its underlying tables. For example, if view V queries tables A and B, I only need to grant SELECT on the view to another user; tables A and B can have that privilege revoked and the view works. Are there plans

Re: [GENERAL] Separating function privileges from tables

2007-05-03 Thread Tom Lane
Barry Brown <[EMAIL PROTECTED]> writes: > It's nice that privileges on views are separate from the privileges > on its underlying tables. For example, if view V queries tables A and > B, I only need to grant SELECT on the view to another user; tables A > and B can have that privilege revoked