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
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