# PostgreSQL
## 下载
官网地址:[https://www.postgresql.org/](https://www.postgresql.org/)

下载地页面:[https://www.enterprisedb.com/downloads/postgres-postgresql-downloads](https://www.enterprisedb.com/downloads/postgres-postgresql-downloads)

下载地址:[https://www.enterprisedb.com/thank-you-downloading-postgresql?anid=1257093](https://www.enterprisedb.com/thank-you-downloading-postgresql?anid=1257093)

## 安装

运行安装程序“postgresql-12.1-3-windows-x64.exe”;

![安装PostgreSQL](./img/postgresql_001.jpg)

点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_002.jpg)

输入或选择 PostgreSQL 的安装路径,点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_003.jpg)

点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_004.jpg)

点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_005.jpg)

输入 PostgreSQL 默认用户“postgres” 的密码, 点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_006.jpg)

点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_007.jpg)

Locale选择“Chinese (Simplified), China”,点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_008.jpg)

点击“Next”按钮继续;

![安装PostgreSQL](./img/postgresql_009.jpg)

点击“Next”按钮继续,开始安装;

![安装PostgreSQL](./img/postgresql_010.jpg)

取消勾选“Stack Builder may be used to download and .....”,点击“Finish”按钮完成安装;