PostgreSQL 데이터베이스 생성. 더 많은 정보: https://www.postgresql.org/docs/current/app-createdb.html.
createdb {{데이터베이스_이름}}
createdb --owner {{사용자명}} {{데이터베이스_이름}} '{{설명}}'
createdb --template {{템플릿_이름}} {{데이터베이스_이름}}