Etienne LAFARGE <etienne(dot)lafarge(at)gmail(dot)com> writes:
> Today, when upgrading from Postgres 15.8 to 15.9, we realized that the
> login role set for a user (with ALTER USER my_user SET ROLE my_role) was
> not automatically set upon login any more.
I noticed one other change with the 14.14 point release, which I think
is likely to be related.
Previously a command like this would work to select a role immediately after
login:
psql "options='-crole=foo'"
With 14.14 as far as I can tell it has no effect.
-M-