Re: A user atribute question

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: stan <stanb(at)panix(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: A user atribute question
Date: 2019-08-17 15:50:39
Message-ID: C5F18D29-9EB7-4A6B-B0B6-251788B3383E@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On Aug 17, 2019, at 9:45 AM, stan <stanb(at)panix(dot)com> wrote:
>
> Just starting to expore setting up roles & useres. I ran this statement:
>
> GRANT CONNECT ON DATABASE stan TO employee;
>
> But yet \du still reports:
>
> employee | Cannot login
>
> What am I doing wrong?
>
> --
> "They that would give up essential liberty for temporary safety deserve
> neither liberty nor safety."
> -- Benjamin Franklin
>
>
Does the role have the login option set?

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2019-08-17 15:52:44 Re: A user atribute question
Previous Message stan 2019-08-17 15:45:02 A user atribute question