Hello,
I created a new user in a new schema.
This user is only authorized to select the views in this schema.
If i look at the tables and views for this user by using "\d", there are
only a few views shown.
That means that the rights are correctly set.
Now the real problem:
If i connect to the database via obdc with this user, all schemes are shown.
So i am able to select all the tables and views e.g. in excel, although the
user isn't autorized.
I should only be able to select a few views, like it is configured in psql.
How can i constrain this?
Can you help me?
Thanks
Tobias