Re: Question About Roles - Mailing list pgsql-general

From Rich Shepard
Subject Re: Question About Roles
Date
Msg-id alpine.LNX.2.11.1407021056560.1083@localhost
Whole thread Raw
In response to Re: Question About Roles  (Gregory Haase <haaseg@onefreevoice.com>)
List pgsql-general
On Wed, 2 Jul 2014, Gregory Haase wrote:

> If it made you feel better, remember that CREATE USER is an alias for
> CREATE ROLE that includes LOGIN by default.

Greg,

   Yes, I read that in the docs.

> So if you simply swap one word in your command, the context becomes a
> little more clear for what you want:
>
> CREATE USER new_management_user
> [other stuff here]
> IN ROLE management;

   Got it.

Thanks,

Rich


pgsql-general by date:

Previous
From: Arup Rakshit
Date:
Subject: Not able to understand how to write group by
Next
From: jared
Date:
Subject: Re: Not able to understand how to write group by