Re: How to grant role to other user

2024-09-03 Thread Tom Lane
Andrus writes: > Postgres 16 has user ingmar which is marked as superuser and has create > role rights: >     CREATE ROLE ingmar WITH >   LOGIN >   SUPERUSER >   INHERIT >   CREATEDB >   CREATEROLE >   NOREPLICATION >   BYPASSRLS >   ENCRYPTED PASSWORD 'm

Re: How to grant role to other user

2024-09-03 Thread Dominique Devienne
On Tue, Sep 3, 2024 at 4:31 PM Andrus wrote: > GRANT "eeva_owner" TO "ingmar.e" > This command throws error > ERROR: permission denied to grant role "eeva_owner" Works are expected when I try it. FWIW. --DD c:\Users\ddevienne>psql service=pau16 psql (17beta3, server 16.1) ddevienne=> creat