随笔分类 -  postgreSql

摘要:本文主要通过实际案例介绍如何在CentOS6环境中在线安装PostgreSQL10,安装环境需具备能够使用yum在线安装功能。具体安装步骤如下, 1 下载对应版本的PGDG文件 从https://yum.postgresql.org/repopackages.php页面找到对应的版本,这里使用htt 阅读全文
posted @ 2018-04-04 23:48 Gradven 阅读(2242) 评论(0) 推荐(0)
摘要:在 mac 下,可以利用 homebrew 直接安装 PostgreSQL: 1 brew install postgresql -v 1 brew install postgresql -v 1 brew install postgresql -v brew install postgresql 阅读全文
posted @ 2016-12-14 19:24 Gradven 阅读(332) 评论(0) 推荐(0)