https://ssunws.tistory.com/23
SELECT * FROM pg_catalog.pg_namespace; \\dn
create schema {schmaname}; -- schema 생성 create schema authorization {username}; -- 다른 유저 소유의 schema 생성