컨테이너 접속

docker exec -it postgres /bin/sh

psql 접속

psql -U postgres

database 목록 조회

스크린샷 2023-04-12 오후 8.30.52.png

주요 postgres 명령어

Top psql commands and flags you need to know | PostgreSQL