Re: create role? - Mailing list pgsql-admin

From Lou Picciano
Subject Re: create role?
Date
Msg-id 202373801.1595767.1356014722327.JavaMail.root@sz0093a.westchester.pa.mail.comcast.net
Whole thread Raw
In response to create role?  (Ray Stell <stellr@vt.edu>)
Responses Re: create role?
List 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 by date:

Previous
From: Martin French
Date:
Subject: Re: create role?
Next
From: Ray Stell
Date:
Subject: Re: create role?