Zzong's Notes

Home

❯

database

❯

psql

psql

2026년 6월 14일1 min read

Psql

psql 는 컨멘드 라인 기반으로 postgreSQL 에 작성된 데이터베이스에 연결하거나 테이블에서 데이터를 검색 등을 할 수 있는 도구이다.

psql -h {호스트명} -p {포트 번호} -U {사용자명} -d {데이터베이스명}

Related

References

  • https://www.devkuma.com/docs/postgresql/postgresql-%EC%97%B0%EA%B2%B0%EA%B3%BC-%ED%95%B4%EC%A0%9C/

  • Psql
  • Related
  • References