How to read-only user in postgresql for existing schemas and future new schemas?

27 Views Asked by At

I am using postgresql database. I need a new user who can only read from database. I have searched for creating new user with read only permissions. But all of them are for specific schemas. How can i manage database such that if new schema is added user will have automatic permission to read permission of all the tables in new schema too.

0

There are 0 best solutions below