Re: create role?

Поиск
Список
Период
Сортировка
От Lou Picciano
Тема Re: create role?
Дата
Msg-id 202373801.1595767.1356014722327.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
обсуждение исходный текст
Ответ на create role?  (Ray Stell <stellr@vt.edu>)
Ответы Re: create role?  (Ray Stell <stellr@vt.edu>)
Список pgsql-admin
Ray,

PostgreSQL has a very powerful implementation of the ROLE/privileges model. Its control can be very granular, and very intricate! You really want to review your application's privileges/security needs before doing GRANTs with abandon.

To get what you need, though, the 'db user' simply needs the CREATEROLE privilege set.

Lou Picciano


From: "Ray Stell" <stellr@vt.edu>
To: pgsql-admin@postgresql.org
Sent: Thursday, December 20, 2012 9:31:27 AM
Subject: [ADMIN] create role?

I have a app where the install guide says to give a db user the ability to create roles.
"Ensure that the user has permission to create database objects and can create roles."  
How is that done...elegantly?  Seems like the oracle idea of a role.


--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin

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

Предыдущее
От: Martin French
Дата:
Сообщение: Re: create role?
Следующее
От: Ray Stell
Дата:
Сообщение: Re: create role?