Re: Permission for relationship but not for select is possible?

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема Re: Permission for relationship but not for select is possible?
Дата
Msg-id 20130104205129.4840@gmx.com
обсуждение исходный текст
Список pgsql-general
Edson Richter wrote:

> I would like to have two schemas:
>
> MyDB.sales
> MyDB.security
>
> Users that have rights in sales schema should be able to
> select/insert/update/delete. The same users must have rights to check
> foreign keys against users table (but they are now allowed to execute
> select on this table).
> Is that possible?

Yes.

It's pretty straightforward. You don't need permissions on a related
table for the constraints to be enforced.

> Can you help me to find relevant page in manuals for 9.1 or 9.2?

http://www.postgresql.org/docs/9.2/static/sql-createtable.html
http://www.postgresql.org/docs/9.2/static/sql-grant.html
http://www.postgresql.org/docs/9.2/static/sql-revoke.html

-Kevin


В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: Curious unnest behavior
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Large number of rows in pg_type and slow gui (pgadmin) refresh