PostgreSQL 简介
软件安装
enterprisedb 厂商提供的全平台下载地址
https://www.enterprisedb.com/downloads/postgres-postgresql-downloads
Windows 版安装 12.10
https://get.enterprisedb.com/postgresql/postgresql-12.10-2-windows-x64.exe
安装信息的详细信息保存
1 | Installation Directory: C:\Program Files\PostgreSQL\11 |
由此可看出端口号默认为 5432。
windows 系统数据文件在 C:\Program Files\PostgreSQL\11\data 目录下。