首页
学习
活动
专区
工具
TVP
发布
精选内容/技术社群/优惠产品,尽在小程序
立即前往

GIS on CentOS 7之PostgreSQL&PostGIS

PostgreSQL & PostGIS

安装postgresql

配置好yum源(https://mirrors.tuna.tsinghua.edu.cn/help/epel/)之后,使用可发现 postgresql的版本为9.2.23,若想安装最新版本,可参考下面操作

https://www.postgresql.org/download/linux/redhat/

http://docs.nextgis.com/docs_ngweb/source/install-centos7.html

http://www.postgresonline.com/journal/archives/362-An-almost-idiots-guide-to-install-PostgreSQL-9.5,-PostGIS-2.2-and-pgRouting-2.1.0-with-Yum.html

将ident 修改为 md5

PostgreSQL ident和peer基于操作系统用户的认证(https://yq.aliyun.com/articles/55898)

如果是 peer,可能会出现 对等认证失败 的错误

安装postgis

https://postgis.net/install/

The postgis2_95-client contains the PostGIS commandline tools shp2gpsql, pgsql2shp, raster2pgsql that are useful for loading or exporting spatial data.

或者直接在shell中执行

使用template方式直接创建postgis数据库,并指定所有者

启用 PostGIS 功能的相关SQL

DO NOT INSTALL it in the database called .

参考 CentOS 7 源码安装PostGIS(https://my.oschina.net/freegis/blog/781657)

  • 发表于:
  • 原文链接https://kuaibao.qq.com/s/20180531G0WP6G00?refer=cp_1026
  • 腾讯「腾讯云开发者社区」是腾讯内容开放平台帐号(企鹅号)传播渠道之一,根据《腾讯内容开放平台服务协议》转载发布内容。
  • 如有侵权,请联系 cloudcommunity@tencent.com 删除。

扫码

添加站长 进交流群

领取专属 10元无门槛券

私享最新 技术干货

扫码加入开发者社群
领券