Re: Backward compat issue with v16 around ROLEs - Mailing list pgsql-general

From Wolfgang Walther
Subject Re: Backward compat issue with v16 around ROLEs
Date
Msg-id c42d9931-1ec3-4f41-8b4c-a30f5f79e77d@technowledgy.de
Whole thread Raw
In response to Re: Backward compat issue with v16 around ROLEs  (Dominique Devienne <ddevienne@gmail.com>)
Responses Re: Backward compat issue with v16 around ROLEs
List pgsql-general
Dominique Devienne:
> Hi David. I did as you suggested, and it fails the same way. Did I
> misunderstand you? --DD
> 
> [..]
> 
> ddevienne=> grant dd_owner to dd_admin with admin option; -- <<<<<<<<

I think this needs to be the other way around:

   grant dd_admin to dd_owner with admin option;

Best,

Wolfgang



pgsql-general by date:

Previous
From: Dominique Devienne
Date:
Subject: Re: Backward compat issue with v16 around ROLEs
Next
From: "David G. Johnston"
Date:
Subject: Re: Backward compat issue with v16 around ROLEs