Обсуждение: users rights per table

Поиск
Список
Период
Сортировка

users rights per table

От
victor
Дата:
     I have to implement a structure of rights.
     I'm intrested if postgresql can restrict these operations(insert, update, select, delete) for a specified postgresql user.
     If this is possible, please tell me were could I find some documentation about this subject.
    
    Thank you.

Re: users rights per table

От
Mike Nolan
Дата:
>      I have to implement a structure of rights.
>      I'm intrested if postgresql can restrict these operations(insert,
> update, select, delete) for a specified postgresql user.
>      If this is possible, please tell me were could I find some
> documentation about this subject.

Can we assume that you have not yet read the section on 'GRANT'
in the online documentation on the postgreSQL website?
--
Mike Nolan

Re: users rights per table

От
Peter Eisentraut
Дата:
victor wrote:
>      I have to implement a structure of rights.
>      I'm intrested if postgresql can restrict these
> operations(insert, update, select, delete) for a specified postgresql
> user.
>      If this is possible, please tell me were could I find some
> documentation about this subject.

Read the reference page of GRANT.