On Wed, Jun 4, 2025 at 5:34 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Dominique Devienne <ddevienne@gmail.com> writes:
> > In any case, if anyone else knows about changes in this area, I'm interested.
>
> Digging through the commit log didn't find much, but conceivably
>
> https://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=01463e1cc
> Ensure that AFTER triggers run as the instigating user.
Thanks Tom. We don't drop ROLEs in trigger (yet, we'll get there).
So that particular commit is probably not the reason.
Thanks a bunch for looking into it. --DD