-
-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
I have a Postgre DB with a read-only user for most queries.
If I open it with this user, I don’t see the FK.
If I open it with postgre, I see them.
To Reproduce
Connect to postgre with a realonly user.
User setup with:
GRANT USAGE ON SCHEMA your_schema TO readonly_user;
GRANT SELECT ON ALL TABLES IN SCHEMA your_schema TO readonly_user;
Open schema with tabularis, no FK are showed.
OS Version
Windows 10
Tabularis Version
0.9.9
Relevant Log Output
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working