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?