Re: User with BYPASSRLS privilege can't change password

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: User with BYPASSRLS privilege can't change password
Дата
Msg-id 923005.1604420579@sss.pgh.pa.us
обсуждение исходный текст
Ответ на User with BYPASSRLS privilege can't change password  (Wolfgang Walther <walther@technowledgy.de>)
Ответы Re: User with BYPASSRLS privilege can't change password  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg should ignore u+200b zero width space
Следующее
От: Tom Lane
Дата:
Сообщение: Re: segfault with incremental sort