pg Prefix Is Reserved For System Schemas
> create schema pg_cannot_do_this;
ERROR: unacceptable schema name "pg_cannot_do_this"
DETAIL: The prefix "pg_" is reserved for system schemas.Last updated
> create schema pg_cannot_do_this;
ERROR: unacceptable schema name "pg_cannot_do_this"
DETAIL: The prefix "pg_" is reserved for system schemas.Last updated