
Postgresql
ASEMOR
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Postgresql 10 实战 -- 01. 在Windows 上安装Postgresql 10
1、下载32位:https://get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-binaries.zip64位:https://get.enterprisedb.com/postgresql/postgresql-10.3-1-windows-x64-binaries.zip 2、解压到:c:\pgsql\ ...原创 2017-12-21 21:57:02 · 9170 阅读 · 0 评论 -
Postgresql 10 实战 -- 02. 在CentOS 7上安装Postgresql 10
sudo yum install https://download.postgresql.org/pub/repos/yum/10/redhat/rhel-7-x86_64/pgdg-centos10-10-2.noarch.rpm(或)sudo yum install https://mirrors.tuna.tsinghua.edu.cn/postgresql/repos/yum/10/r...原创 2018-04-03 20:47:51 · 250 阅读 · 0 评论