Re: grant select,... over schema

From: "Michael James" <Michael(dot)James(at)icrossing(dot)com>
To: "chester c young" <chestercyoung(at)yahoo(dot)com>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: grant select,... over schema
Date: 2006-02-28 16:43:58
Message-ID: BFA548F7C4F8AB4DAA80E93C996633E60229A4A4@ZAPPA.ic.aiall
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

GRANT ALL PRIVILEGES ON databaseName To username;

Michael Lee James | Database Administrator
d. 480-282-6043| c. 480-505-5802| f. 480-505-5801
mjames(at)icrossinginc(dot)com
iCrossing, Inc. | Driving the Future of Advertising
New York | Chicago | Scottsdale | San Francisco
-----Original Message-----
From: pgsql-sql-owner(at)postgresql(dot)org
[mailto:pgsql-sql-owner(at)postgresql(dot)org] On Behalf Of chester c young
Sent: Tuesday, February 28, 2006 9:35 AM
To: pgsql-sql(at)postgresql(dot)org
Subject: [SQL] grant select,... over schema

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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

iCrossing Privileged and Confidential Information
This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information of iCrossing. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message.

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message chester c young 2006-02-28 17:10:47 Re: grant select,... over schema
Previous Message chester c young 2006-02-28 16:35:19 grant select,... over schema