방법1. Window 설치파일 실행
- Download : PostgreSQL 공식 웹사이트
- Downloads
에서
Download the installer
클릭- 최신버전의 Windows x86-64 를 다운로드 후 설치
postgresql-17.4-1-windows-x64.exe
방법2. Scoop으로 Powershell에서 설치
- 접속 : Scoop, A command-line installer for Windows
![]()
- 설치 : PowerShell terminal 에서 실행
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
- 검색창에
postgresql
을 입력하고,postgresql in main
클릭 후 명령문을 복사- Terminal에서 실행
PS C:> scoop install postgresql
- 설치 확인
PS C:> scoop list postgresql