https://ssunws.tistory.com/23

스키마 조회

SELECT * FROM pg_catalog.pg_namespace;

\\dn

스키마 생성

create schema {schmaname}; -- schema 생성

create schema authorization {username}; -- 다른 유저 소유의 schema 생성