PostgreSQL - Roles and Security
Consider the command:
But user1 cannot create tables in sales. What is the likely cause?
GRANT CREATE ON SCHEMA sales TO user1;But user1 cannot create tables in sales. What is the likely cause?
