grant select,... over schema

From: chester c young <chestercyoung(at)yahoo(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: grant select,... over schema
Date: 2006-02-28 16:35:19
Message-ID: 20060228163519.61833.qmail@web54308.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

is there any way to grant over all applicable objects in a schema,

> grant select on schema pop to public; <-- wrong

without specifically granting the select on each table?

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

Browse pgsql-sql by date

  From Date Subject
Next Message Michael James 2006-02-28 16:43:58 Re: grant select,... over schema
Previous Message Ragnar 2006-02-27 09:04:32 Re: Dump/restore comments only?