Re: User with BYPASSRLS privilege can't change password - Mailing list pgsql-bugs

From Tom Lane
Subject Re: User with BYPASSRLS privilege can't change password
Date
Msg-id 923005.1604420579@sss.pgh.pa.us
Whole thread Raw
In response to User with BYPASSRLS privilege can't change password  (Wolfgang Walther <walther@technowledgy.de>)
Responses Re: User with BYPASSRLS privilege can't change password
List pgsql-bugs
Wolfgang Walther <walther@technowledgy.de> writes:
> CREATE USER bob BYPASSRLS;
> SET ROLE bob;
> ALTER USER bob PASSWORD 'x';
> -- ERROR: must be superuser to change bypassrls attribute

Yeah, duplicated here on HEAD.  The error message seems to think
the command is trying to remove the BYPASSRLS privilege, which
suggests somebody forgot to copy that flag somewhere where it needs
to be copied.  Haven't dug further than that.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg should ignore u+200b zero width space
Next
From: Tom Lane
Date:
Subject: Re: segfault with incremental sort