Search Postgresql Archives

Re: Question About Roles

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux