Could someone help with the doubt below please?
I have one database in PostgreSQL with some tables created with administrator user. Then I created one View to concatenate some informations. I prefer to use PgAdmin to work with PostgreSQL because I'm not familiar with SQL syntax to manage the server... and now:
How can I create a user that can only see this View when he connects to database server?
How can I set this user as read only in this View?
Thank you so much!!!