Skip to content

[Bug]: Does not pull FK depending on rights in postgre #96

@Mazwak

Description

@Mazwak

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions