On Mon, Nov 18, 2024 at 2:24 PM Maxime Legault-Venne <m.legault-venne@xxxxxxxxxx> wrote:
I noticed a change of behaviour since PostgreSQL 14.14 that is breaking the permissions in my application: it looks like the “ALTER ROLE <role> IN DATABASE <db> SET ROLE <session-role>” is no longer applied when <role> is connecting to the database.
Reported as a bug previously here and fixed in this week's out-of-band update.
David J.