赞
踩
!
postgres-# ;
ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or directory
postgres=# CREATE EXTENSION postgis_topology
;
ERROR: could not open extension control file "/usr/pgsql-10/share/extension/postgis_topology.control": No such file or directory
yum search postgis ; yum install -y postgis25_10(yum install -y postgis30_10)
postgres=# CREATE EXTENSION postgis_topology
;
ERROR: required extension "postgis" is not installed
HINT: Use CREATE EXTENSION ... CASCADE to install required extensions too.
postgres=# CREATE EXTENSION postgis
;
CREATE EXTENSION
postgres=# CREATE EXTENSION postgis_topology
;
CREATE EXTENSION
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。