Re: Question About Roles

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Question About Roles
Date: 2014-07-02 14:50:40
Message-ID: alpine.LNX.2.11.1407020748380.31980@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2 Jul 2014, David G Johnston wrote:

> or if you want to do it as part of creating a new user:
>
> CREATE ROLE new_management_user
> [other stuff here]
> IN ROLE management;
>
> http://www.postgresql.org/docs/9.2/interactive/sql-createrole.html

David,

I'll have to think deeply about what this is doing. Initially, I read it
as assigning a new user's role to an existing group's role; that's the
opposite of what I want.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2014-07-02 14:57:24 Re: Question About Roles
Previous Message Adrian Klaver 2014-07-02 14:31:08 Re: Question About Roles