참고
https://www.postgresql.org/docs/current/sql-createrole.html
https://www.postgresql.kr/docs/13/sql-createrole.html
CREATE ROLE
형식
CREATE ROLE 이름 [ [ WITH ] 옵션 [ ... ] ]
상속
CREATE ROLE {자식_ROLE} WITH SUPERUSER IN ROLE {부모_ROLE};