Re: Inconsistency in ACL error message

2023-02-24 Thread Joseph Koshakow
On Fri, Feb 24, 2023 at 1:31 PM Nathan Bossart wrote: > You might be interested in > >https://commitfest.postgresql.org/42/4145/ Ah, perfect. In that case ignore my patch! - Joe Koshakow

Re: Inconsistency in ACL error message

2023-02-24 Thread Nathan Bossart
On Fri, Feb 24, 2023 at 12:23:27PM -0500, Joseph Koshakow wrote: > I noticed a very minor inconsistency in some ACL error messages. When > you are try and alter a role, it just says "permission denied": You might be interested in https://commitfest.postgresql.org/42/4145/ -- Nathan Boss

Inconsistency in ACL error message

2023-02-24 Thread Joseph Koshakow
Hi all, I noticed a very minor inconsistency in some ACL error messages. When you are try and alter a role, it just says "permission denied": postgres=> ALTER ROLE bar NOCREATEDB; ERROR: permission denied postgres=> ALTER ROLE bar SET search_path TO 'foo'; ERROR: permission denied For