1.下载

下载地址:PostgreSQL下载地址
我这里是选用了Windows X86-64 10.11版本,可根据自己实际需求进行选择。
PostgreSQL安装(Windows)

2.安装

(1)点击下载后的exe文件直接进行安装:
这里首先会安装 Visual C++ ReDistributable
PostgreSQL安装(Windows)
直接next
PostgreSQL安装(Windows)
选择安装目录,默认在C盘,根据自己实际进行调整:
PostgreSQL安装(Windows)
选择安装的项。默认全选,直接next:
PostgreSQL安装(Windows)
选择数据保持目录,默认安装目录下data文件夹:
PostgreSQL安装(Windows)
设置密码
PostgreSQL安装(Windows)
设置端口号,默认5432
PostgreSQL安装(Windows)
选择语言,默认本地
PostgreSQL安装(Windows)
准备安装,可以查看到上面步骤我们设置的安装配置信息:
PostgreSQL安装(Windows)一直next,进行安装:
PostgreSQL安装(Windows)
安装完成后,如果勾选:Stack Builder may be used to download and install additional tools,drivers and applications to complement your PostgreSQL installation. 在Finish之后会运行Stack Builder,可用于下载和安装附加的工具、驱动程序和应用程序,以补充PostgreSQL安装。可以不勾选,勾选了会运行 Stack Builder安装插件。
这里我们不勾选。
PostgreSQL安装(Windows)
安装完成,在程序中,找到pgAdmin4,点开可进入PgSQL网页管理页面。
PostgreSQL安装(Windows)
PostgreSQL安装(Windows)

相关文章: