1. 首页 > 软件下载 > 正文

PostgreSQL下载-PostgreSQL下载地址-PostgreSQL下载方法

Download Guide

macOS 系统

# 使用 Homebrew 安装
brew install postgresql

Windows 系统

可以使用 Chocolatey 包管理器安装:

更多学习教程公众号风哥教程itpux_com

choco install postgresql

3.3 Docker 容器

# 拉取 PostgreSQL 镜像
docker pull postgres:latest

# 运行 PostgreSQL 容器
docker run –name postgres-container -e POSTGRES_PASSWORD=your_password -p 5432:5432 -d postgres:latest

  • 在 Windows 系统中,打开命令提示符,运行以下命令:
    # MD5 验证
    certutil -hashfile [安装文件路径] MD5

    # SHA256 验证
    certutil -hashfile [安装文件路径] SHA256

  • 比较计算得到的哈希值与官方提供的哈希值是否一致
  • 本文由风哥教程整理发布,仅用于学习测试使用,转载注明出处:http://www.fgedu.net.cn/10327.html

    联系我们

    在线咨询:点击这里给我发消息

    微信号:itpux-com

    工作日:9:30-18:30,节假日休息