How do we grant a new user permissions to multiple databases owned by different service users in Postgresql?
I have a Postgres DB with multiple databases, whose schemas are owned by individual service users. Now, I want to create a user which can access all those databases/schemas with atleast SELECT permissions. Is there any effective way of assigning…