[x] As a user that has only DDL or DML rights on a certain database, I cannot alter any other database.
[x] As a user that has DML rights on a certain database, I can insert, delete or update a row or multiple rows on a table on the database I have access to, even if the table has a column of serial type.
[x] As a user that has DML rights on a certain database, I cannot create or alter a schema or a table.
[x] As a user that has DDL rights on a certain database, I can create, drop or alter table on the schemas I have access to. I CANNOT change anything on the public schema.
US
[x] As a user that has only DDL or DML rights on a certain database, I cannot alter any other database.
[x] As a user that has DML rights on a certain database, I can insert, delete or update a row or multiple rows on a table on the database I have access to, even if the table has a column of serial type.
[x] As a user that has DML rights on a certain database, I cannot create or alter a schema or a table.
[x] As a user that has DDL rights on a certain database, I can create, drop or alter table on the schemas I have access to. I CANNOT change anything on the public schema.