Re: Today's Postgres Releases break login roles - Mailing list pgsql-bugs

From Matthew Woodcraft
Subject Re: Today's Postgres Releases break login roles
Date
Msg-id 87iksnsbhx.fsf@golux.woodcraft.me.uk
Whole thread Raw
In response to Today's Postgres Releases break login roles  (Etienne LAFARGE <etienne.lafarge@gmail.com>)
Responses Re: Today's Postgres Releases break login roles
List pgsql-bugs
Etienne LAFARGE <etienne.lafarge@gmail.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-



pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18712: inet value ::2 handling goes not as expected
Next
From: Alexander Lakhin
Date:
Subject: Re: BUG #18708: regex problem: (?:[^\d\D]){0} asserts with "lp->nouts == 0 && rp->nins == 0"