摘要: 1.下载postgresql安装包和依赖包 依赖包包括:gcc、zlib、readline等 yum install -y zlib-devel gcc readline readline-devel postgresql包下载地址: https://ftp.postgresql.org/pub/s 阅读全文
posted @ 2021-03-12 15:25 大数据从业者FelixZh 阅读(426) 评论(0) 推荐(0)
摘要: postgresql在线安装很简单 进入官网: https://www.posthttps://www.postgresql.org/gresql.org/ 如文档所示,在线安装步骤与命令: sudo yum install -y https://download.postgresql.org/pu 阅读全文
posted @ 2021-03-12 15:12 大数据从业者FelixZh 阅读(987) 评论(0) 推荐(0)
大数据从业者