system catalog privilege and create privilege ??? how to control them?? thanks

From: leaf_yxj <leaf_yxj(at)163(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: system catalog privilege and create privilege ??? how to control them?? thanks
Date: 2012-03-28 16:55:38
Message-ID: 1332953738578-5601150.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

For oracle, the normal user can't see all the system catalog. but for
postgresql, it looks like all the user can see the system catalog. Should
we limit the user read privilege to system catalog?

In oracle, the system privilege has create table, create view,create
function. For postgresql database, how to control the user who only can
create table but can't create view. Based on the test I did, once the user
has the create privilege on the schema, the user will have any create
privilege on that schema. In postgresql, Rule is used to control that ???
very confused!

Thanks.
Regards.

Grace

--
View this message in context: http://postgresql.1045698.n5.nabble.com/system-catalog-privilege-and-create-privilege-how-to-control-them-thanks-tp5601150p5601150.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Kenneth Tilton 2012-03-28 17:52:24 Re: How return a row from a function so it is recognized as such by caller?
Previous Message Kenneth Tilton 2012-03-28 16:54:54 How return a row from a function so it is recognized as such by caller?