CREATE SCHEMA enters a new schema into the current database. The schema name must be distinct from the name of any existing schema in the current database. Optionally, CREATE SCHEMA can include ...
CREATE ROLE adds a new role to a PostgreSQL database cluster. A role is an entity that can own database objects and have database privileges; a role can be considered a “user”, a “group”, or both ...