Re: Access Permissions to Users

Поиск
Список
Период
Сортировка
От John DeSoi
Тема Re: Access Permissions to Users
Дата
Msg-id BB5C40AE-83D1-11D9-81B6-000A95B03262@pgedit.com
обсуждение исходный текст
Ответ на Access Permissions to Users  ("ganapatiram" <ganapatiram@symphonydata.com>)
Список pgsql-admin
On Feb 17, 2005, at 6:15 AM, ganapatiram wrote:

>
>           I am using Postgresql 8.0 windows version. I am using this
> in the server as well as clients with the same access permissions to
> users as i am not aware how to set-up the access permissions for other
> users seperating super user.
>  
>             If i want to give only view permissions to a set of users,
> how can i do that?
>  
>             If i want to give only insert & view permissions to a set
> of users, how can i do that? and on...
>  
>  
> Please let me know how can i set access permissions.


Use CREATE GROUP to give permissions to a set of users.

http://www.postgresql.org/docs/8.0/interactive/sql-creategroup.html

The GRANT command is used to give permissions for specific operations
to users and/or groups.

http://www.postgresql.org/docs/8.0/interactive/sql-grant.html


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


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

Предыдущее
От: "ganapatiram"
Дата:
Сообщение: Access Permissions to Users
Следующее
От: "Iain"
Дата:
Сообщение: Re: PostgreSQL Errors...