PostgreSQL 설치, 실행
Install
brew install postgresqlpostgres - V;postgresSQL 실행
brew services start postgresql
postgres 접속

user, password 생성
username 변경

user 삭제
current user 조회

현재 선택된 database 조회
기존 user에 데이터베이스 추가
✅ psql 명령어



Last updated

