Download Guide
macOS 系统
# 使用 Homebrew 安装
brew install postgresql在 Windows 系统中,打开命令提示符,运行以下命令:
比较计算得到的哈希值与官方提供的哈希值是否一致
brew install postgresql
Windows 系统
可以使用 Chocolatey 包管理器安装:
更多学习教程公众号风哥教程itpux_com
choco install postgresql
3.3 Docker 容器
# 拉取 PostgreSQL 镜像
docker pull postgres:latest
docker pull postgres:latest
# 运行 PostgreSQL 容器
docker run –name postgres-container -e POSTGRES_PASSWORD=your_password -p 5432:5432 -d postgres:latest
# MD5 验证
certutil -hashfile [安装文件路径] MD5
certutil -hashfile [安装文件路径] MD5
# SHA256 验证
certutil -hashfile [安装文件路径] SHA256
本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html
