Amazon web services – Database specific user in AWS Redshift
I've created 2 databases in Redshift engine: database_production database_development Each database have 2 schemas: public and custom. I want to create user called developer who has all privileges in database_development database but can't connect and modify any schema in database_production.…