Postgress connection issue

hey,

I have an issue with connecting postgress.
I’m trying to set up a trigger on update in a specific table.
However I’m running into an error ‘permission denied for schema public’
As you can see on the screenshot, this is not even the schema I’m using. Even after granting the read permission to ‘public’, it’s still throwing this error.

Is this a bug?

Hi, Not sure if it’s a bug. Did you try to remove the credentials and re-introduce them after you made the changes to the permission? Just to make sure that there’s nothing cached and/or an open connection from some pool.

Did you verify with the same user that he has the access in a db tool?

reg,
J.