Marko Ilic
Marko Ilic
Hello, I have the same issue. The user with read-only permissions cannot see relations. Works fine for the user with the "full access". DB: Postgres Beekeeper Studio 3.2.1 Mac OS...
> @marko-ilic does this work in other tools like DBeaver? Yes, it works in DBeaver https://github.com/beekeeper-studio/beekeeper-studio/issues/1140 (the same issue)
> @marko-ilic Do you know what query I need to use to get the relations for the read-only use? Having trouble fixing this. Maybe this one ```sql SELECT conname, pg_catalog.pg_get_constraintdef(r.oid,...
I have the same issue
@deminy I didn't copy that part, but it's the same. Here is the whole script index.php ```php
It's the same. I've created this simple example just to show what is the problem, and it's the same with or without autoload part. I have (apart from the project...
It's the same in my case. It works after removing blackfire extension. Thanks @Rastusik