航拍中国江苏省常州翠竹公园 (© Xu Changyu/Getty images)

标签 postgresql 下的文章

January 19, 2020

CentOS安装Postgresql

当前环境: CentOS 7.6(x64)安装# 添加库 yum install https://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm # 安装包 yum install postgresql12 postgresql12-server ...