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)
领取专属 10元无门槛券
私享最新 技术干货