DevOps/AWS
[AWS RDS] PostgreSQL 사용하기
jungmin.park
2023. 12. 6. 23:51
DB생성 및 DB 조회
postgres=# create database [DB이름];
# 데이터베이스 목록 조회
postgres=# \l