system catalog privilege and create privilege ??? how to control them?? thanks - Mailing list pgsql-general

From leaf_yxj
Subject system catalog privilege and create privilege ??? how to control them?? thanks
Date
Msg-id 1332953738578-5601150.post@n5.nabble.com
Whole thread Raw
Responses Re: system catalog privilege and create privilege ??? how to control them?? thanks
List 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.

pgsql-general by date:

Previous
From: Kenneth Tilton
Date:
Subject: How return a row from a function so it is recognized as such by caller?
Next
From: Kenneth Tilton
Date:
Subject: Re: How return a row from a function so it is recognized as such by caller?